1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-05-25 18:12:32 +02:00

Fixed Grunt link in README

This commit is contained in:
Max Guglielmi 2015-07-20 17:21:04 +10:00
parent 03bf9a0d99
commit 296efff7e6

View file

@ -54,7 +54,7 @@ your-page.html
## Development ## Development
This project requires node.js and Grunt to be installed: This project requires node.js and Grunt to be installed:
- install [node.js](https://nodejs.org/) - install [node.js](https://nodejs.org/)
- install [gruntjs.com/getting-started](Grunt) from the command line using npm (comes with node.js): - install [Grunt](http://gruntjs.com/getting-started) from the command line using npm (comes with node.js):
```shell ```shell
npm install -g grunt-cli npm install -g grunt-cli
``` ```