From 32850fba6b0eb8cf6431e8671b9c665a65425c7a Mon Sep 17 00:00:00 2001 From: Gerhard Sletten Date: Mon, 16 Dec 2019 12:47:56 +0100 Subject: [PATCH] Update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3dd0492..89c7a50 100755 --- a/README.md +++ b/README.md @@ -101,8 +101,8 @@ class App extends Component { - `locationChanged` [func] - a function that recives the current location while user is reading - `tocChanged` [func] - when the the reader has parsed the book you will recive an array of the chapters - `styles` [object] - override the default styles -- `epubOptions` [object] - pass custom properties to the epub rendition, see [epub.js](http://epubjs.org/documentation/0.3/#epub) -- `epubInitOptions` [object] - pass custom properties to the epub init function, see [epub.js bookrenderto](http://epubjs.org/documentation/0.3/#bookrenderto) +- `epubInitOptions` [object] - pass custom properties to the epub init function, see [epub.js](http://epubjs.org/documentation/0.3/#epub) +- `epubOptions` [object] - pass custom properties to the epub rendition, see [epub.js's book.renderTo function](http://epubjs.org/documentation/0.3/#bookrenderto) - `getRendition` [func] - when epubjs has rendered the epub-file you can get access to the epubjs-rendition object here #### Usage in cordova