fix incorrect directory reference
authorHakim El Hattab <hakim.elhattab@gmail.com>
Tue, 10 Jul 2012 01:20:59 +0000 (21:20 -0400)
committerHakim El Hattab <hakim.elhattab@gmail.com>
Tue, 10 Jul 2012 01:20:59 +0000 (21:20 -0400)
README.md
index.html

index 3087facaf2e995e6ef2410ba500ee606d11b900a..4b165dbe905f841775f89357562aea5ffdfe6c67 100644 (file)
--- a/README.md
+++ b/README.md
@@ -114,7 +114,7 @@ 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 lib/slidenotes
+               node plugin/slidenotes
 
 By default, the slides will be served at [localhost:1947](http://localhost:1947).
 
index 4c62b48af003391ff7549a4e59365dfdc6f79c44..088cad04badfb8f0a9f82a3c76ba8878e5ef3e48 100644 (file)
@@ -321,6 +321,7 @@ linkify( 'a' );
                        } );
 
                        // If we're runnning the notes server we need to include some additional JS
+                       // TODO Is there a better way to determine if we're running the notes server?
                        if( window.location.host === 'localhost:1947' ) {
                                head.js( 'socket.io/socket.io.js', 'plugin/slidenotes/client.js' );
                        }