Skip to content

Commit

Permalink
fix incorrect directory reference
Browse files Browse the repository at this point in the history
  • Loading branch information
hakimel committed Jul 10, 2012
1 parent afd10f6 commit aaa03dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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).

Expand Down
1 change: 1 addition & 0 deletions index.html
Expand Up @@ -321,6 +321,7 @@ <h3 class="inverted">BY Hakim El Hattab / hakim.se</h3>
} );

// 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' );
}
Expand Down

0 comments on commit aaa03dc

Please sign in to comment.