Skip to content

Commit

Permalink
docs(readme): link to available reporters (#546)
Browse files Browse the repository at this point in the history
Fixes #453
  • Loading branch information
JaKXz committed Apr 6, 2017
1 parent 455619f commit 9f2d45f
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 @@ -164,7 +164,7 @@ To view your coverage report:

<img width="500" src="screen.png">

you can use any reporters that are supported by istanbul:
you can use [any reporters that are supported by `istanbul`](https://github.com/istanbuljs/istanbuljs/tree/master/packages/istanbul-reports/lib):

```bash
nyc report --reporter=lcov
Expand Down

0 comments on commit 9f2d45f

Please sign in to comment.