Explorar o código

readme [ci skip]

Evan You %!s(int64=12) %!d(string=hai) anos
pai
achega
cd52b25718
Modificáronse 1 ficheiros con 15 adicións e 10 borrados
  1. 15 10
      README.md

+ 15 - 10
README.md

@@ -47,22 +47,27 @@ Simply include a built version in `/dist` or installed via Bower with a script t
 
 ## Development
 
-    # in case you don't already have them:
-    # npm install -g grunt-cli component
-    $ npm install
-    $ component install
+``` bash
+# in case you don't already have them:
+# npm install -g grunt-cli component
+$ npm install
+$ component install
+```
 
 To build:
-
-    $ grunt componentbuild
+``` bash
+$ grunt componentbuild
+```
 
 To watch and auto-build dev version during development:
-
-    $ grunt watch
+``` bash
+$ grunt watch
+```
 
 To test (install [CasperJS](http://casperjs.org/) first):
-
-    $ grunt test
+``` bash
+$ grunt test
+```
 
 ## Quickstart