From 12255565ef617ead5b4cfab4c4acb8bc88294920 Mon Sep 17 00:00:00 2001 From: Geno Date: Wed, 5 Apr 2017 23:17:47 +0200 Subject: [PATCH] [DOC] fix headline in README --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index a442a6a..c55e042 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -#karma-coveralls [![Build Status](https://img.shields.io/travis/caitp/karma-coveralls/master.svg?style=flat)](https://travis-ci.org/caitp/karma-coveralls) [![dependencies](https://img.shields.io/david/caitp/karma-coveralls.svg?style=flat)](https://david-dm.org/caitp/karma-coveralls) [![Coverage Status](https://img.shields.io/coveralls/caitp/karma-coveralls/master.svg?style=flat)](https://coveralls.io/r/caitp/karma-coveralls?branch=master) +# karma-coveralls [![Build Status](https://img.shields.io/travis/caitp/karma-coveralls/master.svg?style=flat)](https://travis-ci.org/caitp/karma-coveralls) [![dependencies](https://img.shields.io/david/caitp/karma-coveralls.svg?style=flat)](https://david-dm.org/caitp/karma-coveralls) [![Coverage Status](https://img.shields.io/coveralls/caitp/karma-coveralls/master.svg?style=flat)](https://coveralls.io/r/caitp/karma-coveralls?branch=master) A Karma plugin to upload coverage reports generated by [karma-coverage][karma-coverage] to [coveralls.io](https://coveralls.io/). @@ -6,13 +6,13 @@ Based on the work on [grunt-karma-coveralls](https://github.com/mattjmorrison/gr with the primary difference being that this plugin does not depend on grunt, and simply exists as a [Karma](http://karma-runner.github.io/) plugin. -##Installation +## Installation ```shell npm install karma-coveralls --save-dev ``` -##Usage +## Usage In your karma configuration, ensure your list of reporters contains at the very least `coverage` (see [karma-coverage][karma-coverage]) and `coveralls`, for example: @@ -47,15 +47,15 @@ Treat it like a password. If you need to include it in a public repo you should Be patiant when sending coverage information to coveralls, it can take upto 4 hours for things to start showing up properly. -##Contribution +## Contribution Please send pull requests improving the usage and fixing bugs, improving documentation and providing better examples, or providing some testing, because these things are important. -##Example projects using this plugin +## Example projects using this plugin * [es6-library-boilerplate](https://github.com/CurtisHumphrey/es6-library-boilerplate) -##License +## License The MIT License (MIT)