Skip to content

Commit

Permalink
Improving README a little bit
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio Laguna committed Mar 10, 2014
1 parent 0f6995a commit 987052b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,16 @@ You can simple do it by:
npm install karma-coverage --save-dev
```

Once you have the dependency installed, you have to include it in your plugin array on your `karma.conf.js` file:

```json
plugins: [
'karma-jasmine',
'karma-phantomjs-launcher',
'karma-coverage'
]
```

## Configuration
Following code shows the default configuration...
```js
Expand Down

0 comments on commit 987052b

Please sign in to comment.