diff --git a/README.md b/README.md index f6a5a2e..2bd688c 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ The [Examples](https://github.com/fchasen/epub.js/tree/master/examples) are like Recent Updates ------------------------- -+ ```book.goto()``` and ```book.gottoCfi()``` can be called before ```book.renderTo()``` to start rendering at a previous page location. ++ ```book.goto()``` and ```book.gotoCfi()``` can be called before ```book.renderTo()``` to start rendering at a previous page location. + Moved page position restoring from local storage out of main library and into the demo reader.