aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2013-06-18 09:01:51 -0400
committerHakim El Hattab <hakim.elhattab@gmail.com>2013-06-18 09:01:51 -0400
commited81faa46791800bac9357cf94f35b82db236237 (patch)
treeb0550a855d24a22fef697ff594062e598172ec50 /README.md
parent4bc16ff5b6ca220471903045c91f12995db7d988 (diff)
parent516b1fc794513e691987372a25ac61bb79d13439 (diff)
downloadfosdem-2018-presentation-ed81faa46791800bac9357cf94f35b82db236237.tar
fosdem-2018-presentation-ed81faa46791800bac9357cf94f35b82db236237.tar.gz
Merge branch 'master' of github.com:hakimel/reveal.js into dev
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 dcaf424..e4eef92 100644
--- a/README.md
+++ b/README.md
@@ -487,7 +487,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```