Skip to content

Commit

Permalink
Tidy up readme
Browse files Browse the repository at this point in the history
  • Loading branch information
markdalgleish committed Feb 6, 2014
1 parent 2f857a4 commit 8f8b2cc
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 @@ -8,8 +8,8 @@

First, install `gulp-coveralls` as a dev dependency:

```shell
npm install --save-dev gulp-coveralls
```bash
$ npm install --save-dev gulp-coveralls
```

Then, add it to your `gulpfile.js`:
Expand All @@ -18,7 +18,7 @@ Then, add it to your `gulpfile.js`:
var coveralls = require('gulp-coveralls');

gulp.src('test/coverage/**/lcov.info')
.pipe(coveralls());
.pipe(coveralls());
```

## License
Expand Down

0 comments on commit 8f8b2cc

Please sign in to comment.