Skip to content

Commit 9690f83

Browse files
committed
Seems to work fine without installing karma globally
1 parent 9882b63 commit 9690f83

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ To evolve the concept of an Angular "Route" into a more general concept of a "St
2929

3030
Dependencies for building the solution and running tests:
3131

32-
* [karma](http://karma-runner.github.com/) - run: `$ npm install -g karma`
3332
* [grunt-cli](https://github.com/gruntjs/grunt-cli) - run: `$ npm install -g grunt-cli`
3433
* Then install development dependencies with: `$ npm install`
3534

@@ -38,5 +37,5 @@ There is a number of targets in the gruntfile that is used to building the solut
3837
* `grunt`: Perform a normal build, runs jshint and karma tests
3938
* `grunt build`: Perform a normal build
4039
* `grunt dist`: Perform a clean build and generate documentation
41-
* `grunt dev`: Run dev server and watch for changes, builds and runs karma tests on changes.
40+
* `grunt dev`: Run dev server (sample app) and watch for changes, builds and runs karma tests on changes.
4241

0 commit comments

Comments
 (0)