Browse Source

Merge pull request #832 from craigcitro/patch-1

tweak layout in readme installation markup
Hakim El Hattab 11 năm trước cách đây
mục cha
commit
9da952fea3
1 tập tin đã thay đổi với 13 bổ sung13 xóa
  1. 13 13
      README.md

+ 13 - 13
README.md

@@ -878,28 +878,28 @@ Some reveal.js features, like external markdown and speaker notes, require that
 2. Install [Grunt](http://gruntjs.com/getting-started#installing-the-cli)
 
 4. Clone the reveal.js repository
-```sh
-$ git clone https://github.com/hakimel/reveal.js.git
-```
+   ```sh
+   $ git clone https://github.com/hakimel/reveal.js.git
+   ```
 
 5. Navigate to the reveal.js folder
-```sh
-$ cd reveal.js
-```
+   ```sh
+   $ cd reveal.js
+   ```
 
 6. Install dependencies
-```sh
-$ npm install
-```
+   ```sh
+   $ npm install
+   ```
 
 7. Serve the presentation and monitor source files for changes
-```sh
-$ grunt serve
-```
+   ```sh
+   $ grunt serve
+   ```
 
 8. Open <http://localhost:8000> to view your presentation
 
-You can change the port by using `grunt serve --port 8001`.
+   You can change the port by using `grunt serve --port 8001`.
 
 
 ### Folder Structure