diff --git a/index.html b/index.html
index c8bdfedf6f35d67689322922958b95e4d381c62e..b08c62a55952c22cfb12fb6cc0ce831f4e43ae38 100644
--- a/index.html
+++ b/index.html
@@ -316,8 +316,8 @@ linkify( 'a' );
 			hljs.initHighlightingOnLoad();
 		</script>
 
-		<!-- the next two lines enable the speaker notes server -->
+		<!-- The next two lines enable the speaker notes server -->
 		<script src="socket.io/socket.io.js"></script>
-		<script src="js/reveal.slidenotes.js"></script>
+		<script src="lib/slidenotes/client.js"></script>
 	</body>
 </html>
\ No newline at end of file
diff --git a/js/reveal.slidenotes.js b/lib/slidenotes/client.js
similarity index 100%
rename from js/reveal.slidenotes.js
rename to lib/slidenotes/client.js