Skip to content

Commit cd52b25

Browse files
author
Evan You
committed
readme [ci skip]
1 parent 3d4dfd8 commit cd52b25

File tree

1 file changed

+15
-10
lines changed

1 file changed

+15
-10
lines changed

README.md

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -47,22 +47,27 @@ Simply include a built version in `/dist` or installed via Bower with a script t
4747

4848
## Development
4949

50-
# in case you don't already have them:
51-
# npm install -g grunt-cli component
52-
$ npm install
53-
$ component install
50+
``` bash
51+
# in case you don't already have them:
52+
# npm install -g grunt-cli component
53+
$ npm install
54+
$ component install
55+
```
5456

5557
To build:
56-
57-
$ grunt componentbuild
58+
``` bash
59+
$ grunt componentbuild
60+
```
5861

5962
To watch and auto-build dev version during development:
60-
61-
$ grunt watch
63+
``` bash
64+
$ grunt watch
65+
```
6266

6367
To test (install [CasperJS](http://casperjs.org/) first):
64-
65-
$ grunt test
68+
``` bash
69+
$ grunt test
70+
```
6671

6772
## Quickstart
6873

0 commit comments

Comments
 (0)