diff options
author | Jason Dreyzehner <jason@dreyzehner.com> | 2017-01-23 21:26:33 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-23 21:26:33 -0500 |
commit | e3ca5e84a3ea7287401d64bb3770f9239e45f628 (patch) | |
tree | 1b31f51e1b7e49d8f45a4199f316a9c6ac977492 | |
parent | 568c7516f7ff7da7824db033946619d2c7ad761f (diff) | |
download | fosdem-2018-presentation-e3ca5e84a3ea7287401d64bb3770f9239e45f628.tar fosdem-2018-presentation-e3ca5e84a3ea7287401d64bb3770f9239e45f628.tar.gz |
correct grunt option usage
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1153,7 +1153,7 @@ Some reveal.js features, like external Markdown and speaker notes, require that 1. Open <http://localhost:8000> to view your presentation - You can change the port by using `npm start -- --port 8001`. + You can change the port by using `npm start -- --port=8001`. ### Folder Structure |