Skip to content

Commit

Permalink
Fixed some typos
Browse files Browse the repository at this point in the history
-Fixed some typos in the installation line and loadNpmTasks()

Signed-off-by: Omar Gonzalez <[email protected]>
  • Loading branch information
s9tpepper committed Aug 9, 2012
1 parent e12cb53 commit d076c93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
A grunt.js task to run your cucumber.js feature suite.

## Getting Started
Install this grunt plugin next to your project's grunt.js gruntfile with: `npm install grunt-cucumber-js`
Install this grunt plugin next to your project's grunt.js gruntfile with: `npm install grunt-cucumber`

Then add this line to your project's `grunt.js` gruntfile:

Expand All @@ -17,7 +17,7 @@ grunt.initConfig({
}
});

grunt.loadNpmTasks('grunt-cucumber-js');
grunt.loadNpmTasks('grunt-cucumber');

grunt.registerTask('default', 'cucumberjs');
```
Expand Down

0 comments on commit d076c93

Please sign in to comment.