slidenotes becomes speakernotes to match wording in readme

This commit is contained in:
Hakim El Hattab 2012-07-09 21:30:54 -04:00
parent 21983c7b7f
commit 54f1fcf381
5 changed files with 6 additions and 6 deletions

View file

@ -120,11 +120,11 @@ You'll also need to [install Node.js](http://nodejs.org/); then, install the ser
Once Node.js and the dependencies are installed, run the following command from the root directory:
node plugin/slidenotes
node plugin/speakernotes
By default, the slides will be served at [localhost:1947](http://localhost:1947).
You can change the appearance of the speaker notes by editing the file at `plugin/slidenotes/notes.html`.
You can change the appearance of the speaker notes by editing the file at `plugin/speakernotes/notes.html`.
### Known Issues