Evan You 12 лет назад
Родитель
Сommit
6fcce9752a
1 измененных файлов с 7 добавлено и 3 удалено
  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