diff options
author | Hakim El Hattab | 2012-07-09 21:00:51 -0400 |
---|---|---|
committer | Hakim El Hattab | 2012-07-09 21:00:51 -0400 |
commit | f57de200ec32861835c9582090d52c70e73dace9 (patch) | |
tree | 79830bdec71f7c3dc882c496e785b4348a733390 /README.md | |
parent | e7c5de23d7dc318babaee0fda69f4246a186f01a (diff) |
refactored folder structure, added /plugins which is initially only used by #57
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -118,7 +118,7 @@ Once Node.js and the dependencies are installed, run the following command from 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 `lib/slidenotes/notes.html`. +You can change the appearance of the speaker notes by editing the file at `plugin/slidenotes/notes.html`. ### Known Issues @@ -159,7 +159,7 @@ You can change the appearance of the speaker notes by editing the file at `lib/s - API methods for adding or removing all event listeners - The 'slidechange' event now includes currentSlide and previousSlide - Fixed bug where 'slidechange' was firing twice when history was enabled -- Changed /lib structure +- Folder structure updates for scalability (see /lib & /plugin) - Slide notes by [rmurphey](https://github.com/rmurphey) #### 1.3 |