Pārlūkot izejas kodu

fix incorrect directory reference

Hakim El Hattab 12 gadi atpakaļ
vecāks
revīzija
aaa03dc2c7
2 mainītis faili ar 2 papildinājumiem un 1 dzēšanām
  1. 1 1
      README.md
  2. 1 0
      index.html

+ 1 - 1
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).
 

+ 1 - 0
index.html

@@ -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' );
 			}