readme typo (closes #495)
authorHakim El Hattab <hakim.elhattab@gmail.com>
Sun, 16 Jun 2013 23:29:07 +0000 (19:29 -0400)
committerHakim El Hattab <hakim.elhattab@gmail.com>
Sun, 16 Jun 2013 23:29:12 +0000 (19:29 -0400)
README.md

index 43f7e50e425e8ae8d4dce5801c0f229d5ab95778..326423653eb9de8ceef6a0c4b5dd1c5be8f6a0c6 100644 (file)
--- 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```