summaryrefslogtreecommitdiffhomepage
path: root/index.html
diff options
context:
space:
mode:
authorHakim El Hattab2012-07-09 21:30:54 -0400
committerHakim El Hattab2012-07-09 21:30:54 -0400
commit54f1fcf381dcf23e54f2b942268aa799969fa9ea (patch)
treef2af92b00479674f864dd1c1b60dfb655ca5b5e2 /index.html
parent21983c7b7fa434f083589ad80411a44fca4119e2 (diff)
slidenotes becomes speakernotes to match wording in readme
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 088cad0..253197c 100644
--- a/index.html
+++ b/index.html
@@ -323,7 +323,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' );
+ head.js( 'socket.io/socket.io.js', 'plugin/speakernotes/client.js' );
}
</script>