From d8c91ab3dce18a9ad88094bcc76c29edae13e38c Mon Sep 17 00:00:00 2001 From: Fred Chasen Date: Mon, 6 Jan 2014 23:57:07 -0800 Subject: [PATCH] fixed spelling in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.