diff --git a/README.md b/README.md index e18b83c..8e95812 100644 --- a/README.md +++ b/README.md @@ -57,11 +57,16 @@ npm install bower install ``` -
Running Grunt Tasks:
+
Running Grunt Tasks Continuously:
``` grunt ``` +
Running Grunt Tasks Once:
+ +``` +grunt build +```

Bugs and issues