Skip to content
This repository was archived by the owner on Feb 19, 2020. It is now read-only.

Commit 8b149e6

Browse files
authored
Merge pull request #40 from lapa182/patch-1
Small typo fix.
2 parents 6f71931 + efd669a commit 8b149e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Credits to [David](https://github.com/DavidTPate) for creating this!
1212
[![David](https://img.shields.io/david/dev/codacy/node-codacy-coverage.svg)](https://david-dm.org/codacy/node-codacy-coverage)
1313
[![David](https://img.shields.io/david/peer/codacy/node-codacy-coverage.svg)](https://david-dm.org/codacy/node-codacy-coverage)
1414

15-
##Installation:
15+
## Installation:
1616
Add the latest version of `codacy-coverage` to your package.json:
1717
```
1818
npm install codacy-coverage --save
@@ -23,7 +23,7 @@ If you're using mocha, add `mocha-lcov-reporter` to your package.json:
2323
npm install mocha-lcov-reporter --save
2424
```
2525

26-
##Usage:
26+
## Usage:
2727

2828
This script ( `bin/codacy-coverage.js` ) can take standard input from any tool that emits the lcov data format (including [mocha](http://mochajs.org)'s [LCov reporter](https://npmjs.org/package/mocha-lcov-reporter)) and send it to Codacy to report your code coverage there.
2929

0 commit comments

Comments
 (0)