Skip to content

Commit da949c3

Browse files
committed
Tweak layout in README.md installation markup.
Some code blocks weren't indented, so they ended up messing up the numbering. Indenting them fixed it.
1 parent 55dceaa commit da949c3

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)