epub icon indicating copy to clipboard operation
epub copied to clipboard

README.md: Fix usage example

Open adduc opened this issue 7 years ago • 0 comments

get returns an array of ePub\Definition\MetadataItem objects, causing an Array to String error when using the printf example.

getValue returns a string, which allows the printf to successfully print the title of the loaded epub.

adduc avatar Jul 30 '17 16:07 adduc