Skip to content

Commit

Permalink
Update readme for grunt 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jzaefferer committed Dec 21, 2012
1 parent e7fbc04 commit 1ba76b3
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
[Grunt][grunt] plugin for html validation, using [Mike Smith's vnu.jar][vnujar].

## Getting Started
Install this grunt plugin next to your project's [grunt.js gruntfile][getting_started] with: `npm install grunt-html`
Install this grunt plugin next to your project's [Gruntfile.js gruntfile][getting_started] with: `npm install grunt-html --save-dev`

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

```javascript
grunt.loadNpmTasks('grunt-html');
Expand All @@ -23,14 +23,10 @@ grunt.initConfig({

For fast validation, keep that in a single group, as the validator initialization takes a few seconds.

[grunt]: https://github.com/cowboy/grunt
[getting_started]: https://github.com/cowboy/grunt/blob/master/docs/getting_started.md
[grunt]: https://github.com/gruntjs/grunt
[getting_started]: https://github.com/gruntjs/grunt/wiki/Getting-started
[vnujar]: https://bitbucket.org/sideshowbarker/vnu/

## Release History
* 0.1.1 Rename html task to htmllint, fixes #1
* 0.1.0 First Release

## License
Copyright (c) 2012 Jörn Zaefferer
Licensed under the MIT license.

0 comments on commit 1ba76b3

Please sign in to comment.