1
0
Fork 0
mirror of https://github.com/futurepress/epub.js.git synced 2025-10-03 14:59:18 +02:00

fixed spelling in readme

This commit is contained in:
Fred Chasen 2014-01-06 23:57:07 -08:00
parent 3cf0978623
commit d8c91ab3dc

View file

@ -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.