We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1464eb commit 42b8680Copy full SHA for 42b8680
README.md
@@ -29,9 +29,9 @@ To evolve the concept of an Angular "Route" into a more general concept of a "St
29
30
Dependencies for building the solution and running tests:
31
32
-* [karma](http://karma-runner.github.com/) - run: $ npm install karma -g
33
-* [grunt-cli](https://github.com/gruntjs/grunt-cli) - run: $npm install grunt-cli -g
34
-* Then install development dependencies with: $ npm install
+* [karma](http://karma-runner.github.com/) - run: `$ npm install -g karma`
+* [grunt-cli](https://github.com/gruntjs/grunt-cli) - run: `$ npm install -g grunt-cli`
+* Then install development dependencies with: `$ npm install`
35
36
There is a number of targets in the gruntfile that is used to building the solution, documents etc.
37
0 commit comments