aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorEvan Bowling <[email protected]>2017-03-25 12:44:11 -0500
committerGitHub <[email protected]>2017-03-25 12:44:11 -0500
commit63a7f92bbf01b64771a6c84235e474b9f97538f9 (patch)
treede592f0484237a792f423a56ad4c28cb13592ea1 /README.md
parentd571dac62547f487b3862aca8bf367e95957d904 (diff)
downloadnode-coveralls-63a7f92bbf01b64771a6c84235e474b9f97538f9.tar.xz
node-coveralls-63a7f92bbf01b64771a6c84235e474b9f97538f9.zip
Update README.md
Minor formatting correction
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 973287f..567caf4 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-#node-coveralls
+# node-coveralls
[![Build Status][travis-image]][travis-url] [![Coverage Status][coveralls-image]][coveralls-url]
[![Known Vulnerabilities](https://snyk.io/test/github/nickmerwin/node-coveralls/badge.svg)](https://snyk.io/test/github/nickmerwin/node-coveralls)
@@ -7,7 +7,7 @@
Supported CI services: [travis-ci](https://travis-ci.org/), [codeship](https://www.codeship.io/), [circleci](https://circleci.com/), [jenkins](http://jenkins-ci.org/), [Gitlab CI](http://gitlab.com/)
-##Installation:
+## Installation:
Add the latest version of `coveralls` to your package.json:
```
npm install coveralls --save-dev
@@ -18,7 +18,7 @@ If you're using mocha, add `mocha-lcov-reporter` to your package.json:
npm install mocha-lcov-reporter --save-dev
```
-##Usage:
+## Usage:
This script ( `bin/coveralls.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 coveralls.io to report your code coverage there.