summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorChris Lawrence2013-06-17 22:55:52 -0400
committerChris Lawrence2013-06-17 22:55:52 -0400
commit636a6661978d04791bc899be65d7c3fd23eea125 (patch)
tree9125a36a685e36128046f5949bbafc1d61bd9019 /README.md
parentd3ebbf1be72dc1ea17c7c6e48f8c362feb4deb94 (diff)
parent516b1fc794513e691987372a25ac61bb79d13439 (diff)
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 43f7e50..3264236 100644
--- a/README.md
+++ b/README.md
@@ -465,7 +465,7 @@ Served from a static file server accessible (preferably) only to the presenter.
1. ```npm install node-static```
2. ```static```
-If you want to use the speaker notes plugin with you master presentation then make sure you have the speaker notes plugin configured correctly along with the configuration shown below, then execute ```node plugin/notes-server``` in the directory of your master presentation. The configuration below will cause it to connect to the socket.io server as a master, as well as launch your speaker-notes/static-file server.
+If you want to use the speaker notes plugin with your master presentation then make sure you have the speaker notes plugin configured correctly along with the configuration shown below, then execute ```node plugin/notes-server``` in the directory of your master presentation. The configuration below will cause it to connect to the socket.io server as a master, as well as launch your speaker-notes/static-file server.
You can then access your master presentation at ```http://localhost:1947```