Skip to content

Commit

Permalink
npm install command fixed
Browse files Browse the repository at this point in the history
Removed quotes around package name in npm install command
  • Loading branch information
same31 authored Mar 10, 2017
1 parent 854762c commit 0415b19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Karma (very) Verbose Reporter
To install, just get the tarball from GitHub via NPM:

```
npm install --save-dev 'karma-verbose-reporter'
npm install --save-dev karma-verbose-reporter
```

This reporter logs everything emitted during the test phase:
Expand Down

0 comments on commit 0415b19

Please sign in to comment.