Skip to content

Commit

Permalink
grunt.js -> Gruntfile.js, updating docs
Browse files Browse the repository at this point in the history
  • Loading branch information
vladikoff committed Feb 12, 2013
1 parent a6f011a commit f03435a
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 @@ -5,11 +5,11 @@

## Installation

Install npm package, next to your project's `grunt.js` file:
Install npm package, next to your project's `Gruntfile.js` file:

npm install grunt-coffeelint

Add this line to your project's `grunt.js`:
Add this line to your project's `Gruntfile.js`:

grunt.loadNpmTasks('grunt-coffeelint');

Expand Down

0 comments on commit f03435a

Please sign in to comment.