From 54f1fcf381dcf23e54f2b942268aa799969fa9ea Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Mon, 9 Jul 2012 21:30:54 -0400 Subject: slidenotes becomes speakernotes to match wording in readme --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'index.html') 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' ); } -- cgit v1.2.3