Skip to content

Commit

Permalink
Further README tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
pimterry committed Dec 28, 2013
1 parent 813a319 commit c3e965c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ grunt.loadNpmTasks('grunt-coveralls');

## The "coveralls" task

Grunt-coveralls takes one or more lcov file, and uploads them to [coveralls.io](https://coveralls.io).
Grunt-coveralls takes one or more lcov files, and uploads them to [coveralls.io](https://coveralls.io).

Everything more specific than that it handled internally by [node-coveralls](https://github.com/cainus/node-coveralls), and Coveralls itself.
Everything more specific than that is handled internally by [node-coveralls](https://github.com/cainus/node-coveralls), and the Coveralls service itself.


### Usage Examples
### Usage

The only required option is a 'src' parameter, which accepts all the standard grunt src formats (plain path, glob, array of paths) and attempts to parse the matched lcov files and upload them.

Expand Down

0 comments on commit c3e965c

Please sign in to comment.