aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2013-07-10 09:01:56 -0400
committerHakim El Hattab <hakim.elhattab@gmail.com>2013-07-10 09:01:56 -0400
commit18b4cb754a48a90a298169d5a1adac40ccc1984a (patch)
tree9525ba85a9bbe1f51db1421cced74ed398ba1fd2 /README.md
parent85043645ecb502006dd978a4eac73a67e9e26d52 (diff)
downloadfreenode-live-2017-presentation-18b4cb754a48a90a298169d5a1adac40ccc1984a.tar
freenode-live-2017-presentation-18b4cb754a48a90a298169d5a1adac40ccc1984a.tar.gz
typo and whitespace correction
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 04313df..f997dae 100644
--- a/README.md
+++ b/README.md
@@ -648,22 +648,22 @@ Some reveal.js features, like external markdown, require that presentations run
2. Install [Grunt](http://gruntjs.com/getting-started#installing-the-cli)
-4. Clone the reveal.js repository
+4. Clone the reveal.js repository
```
$ git clone git@github.com:hakimel/reveal.js.git
```
-5. Navigate to the reveal.js folder
+5. Navigate to the reveal.js folder
```
$ cd reveal.js
```
-6. Install dependencies
+6. Install dependencies
```
$ npm install
```
-7. Serve the presentation and monitor source files for changes
+7. Serve the presentation and monitor source files for changes
```
$ grunt serve
```