1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-05-05 08:03:17 +02:00

Updated README

This commit is contained in:
Max Guglielmi 2015-07-19 21:33:21 +10:00
parent a97c137da1
commit 82132308ae

View file

@ -1,6 +1,4 @@
[![Build Status](https://api.travis-ci.org/koalyptus/TableFilter.svg?branch=master)](https://travis-ci.org/koalyptus/TableFilter)
TableFilter
TableFilter [![Build Status](https://api.travis-ci.org/koalyptus/TableFilter.svg?branch=master)](https://travis-ci.org/koalyptus/TableFilter)
===========================
> A Javascript library making HTML tables filterable
@ -55,8 +53,8 @@ your-page.html
## Development
This project requires node.js and Grunt to be installed:
- install [node.js])(https://nodejs.org/)
- install [gruntjs.com/getting-started](Grunt) from the command line using npm(comes with node.js):
- install [node.js](https://nodejs.org/)
- install [gruntjs.com/getting-started](Grunt) from the command line using npm (comes with node.js):
```shell
npm install -g grunt-cli
```