1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-09-03 03:33:30 +02:00

typo and whitespace correction

This commit is contained in:
Hakim El Hattab
2013-07-10 09:01:56 -04:00
parent 85043645ec
commit 18b4cb754a
5 changed files with 10 additions and 10 deletions

View File

@@ -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
```