Skip to content

Commit 9da952f

Browse files
committed
Merge pull request hakimel#832 from craigcitro/patch-1
tweak layout in readme installation markup
2 parents 7285653 + da949c3 commit 9da952f

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -878,28 +878,28 @@ Some reveal.js features, like external markdown and speaker notes, require that
878878
2. Install [Grunt](http://gruntjs.com/getting-started#installing-the-cli)
879879
880880
4. Clone the reveal.js repository
881-
```sh
882-
$ git clone https://github.com/hakimel/reveal.js.git
883-
```
881+
```sh
882+
$ git clone https://github.com/hakimel/reveal.js.git
883+
```
884884
885885
5. Navigate to the reveal.js folder
886-
```sh
887-
$ cd reveal.js
888-
```
886+
```sh
887+
$ cd reveal.js
888+
```
889889
890890
6. Install dependencies
891-
```sh
892-
$ npm install
893-
```
891+
```sh
892+
$ npm install
893+
```
894894
895895
7. Serve the presentation and monitor source files for changes
896-
```sh
897-
$ grunt serve
898-
```
896+
```sh
897+
$ grunt serve
898+
```
899899
900900
8. Open <http://localhost:8000> to view your presentation
901901
902-
You can change the port by using `grunt serve --port 8001`.
902+
You can change the port by using `grunt serve --port 8001`.
903903
904904
905905
### Folder Structure

0 commit comments

Comments
 (0)