Evan You 12 år sedan
förälder
incheckning
6fcce9752a
1 ändrade filer med 7 tillägg och 3 borttagningar
  1. 7 3
      README.md

+ 7 - 3
README.md

@@ -50,15 +50,19 @@ Simply include a built version in `/dist` or installed via Bower with a script t
 
 ## Development
 
-**First, install dependencies:**
+First, install dependencies:
 
     $ npm install
 
-**To watch and auto-build dev version during development:**
+To watch and auto-build dev version during development:
 
     $ grunt watch
 
-**To build:**
+To test:
+
+    $ grunt test
+
+To build:
 
     $ grunt