update instructions printed on server start
authorHakim El Hattab <hakim.elhattab@gmail.com>
Sun, 1 Jul 2012 22:37:29 +0000 (18:37 -0400)
committerHakim El Hattab <hakim.elhattab@gmail.com>
Sun, 1 Jul 2012 22:37:29 +0000 (18:37 -0400)
lib/slidenotes/index.js

index 1d36c4db6215e1b22aefd89677562af78d4e0c1f..206996d5ead20d28e7fa293700558ede44ddc7b1 100644 (file)
@@ -43,6 +43,5 @@ app.get("/notes/:socketId", function(req, res) {
 // Actually listen
 app.listen(opts.port || null);
 
-console.log("Your slides are at http://localhost" + (opts.port ? (':' + opts.port) : ''));
-// console.log("Your notes are at http://localhost" + (opts.port ? (':' + opts.port) : '') + '/notes');
-console.log("Advance through your slides and your speaker notes will advance automatically");
+console.log("Open the slides at http://localhost" + (opts.port ? (':' + opts.port) : '') + " and look for a link to the speaker notes in the console");
+console.log("Advance through your slides and your notes will advance automatically");