diff options
author | Hakim El Hattab | 2012-07-09 21:30:54 -0400 |
---|---|---|
committer | Hakim El Hattab | 2012-07-09 21:30:54 -0400 |
commit | 54f1fcf381dcf23e54f2b942268aa799969fa9ea (patch) | |
tree | f2af92b00479674f864dd1c1b60dfb655ca5b5e2 /README.md | |
parent | 21983c7b7fa434f083589ad80411a44fca4119e2 (diff) |
slidenotes becomes speakernotes to match wording in readme
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |