Skip to content
This repository has been archived by the owner on Jun 17, 2020. It is now read-only.

Commit

Permalink
update instructions printed on server start
Browse files Browse the repository at this point in the history
  • Loading branch information
hakimel committed Jul 1, 2012
1 parent 2b9f8e6 commit 421afe6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lib/slidenotes/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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");

0 comments on commit 421afe6

Please sign in to comment.