diff options
author | Hakim El Hattab | 2017-01-30 14:20:41 +0100 |
---|---|---|
committer | GitHub | 2017-01-30 14:20:41 +0100 |
commit | 3bcd167ce91c2aaa5ff005ffeeff332428cc03c6 (patch) | |
tree | debd197715d73131c9eff55175e39d4fb62b886f /README.md | |
parent | 9f8e4d5742df486cce577f6e0dbae666aabc4eb1 (diff) | |
parent | e3ca5e84a3ea7287401d64bb3770f9239e45f628 (diff) |
Merge pull request #1803 from bitjson/patch-1
correct grunt option usage
Diffstat (limited to 'README.md')
-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 |