1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-05-18 22:36:41 +02:00

Updated README as per issue 225

This commit is contained in:
Max Guglielmi 2016-05-20 16:41:20 +10:00
parent a3c554aab8
commit e3b9525091
2 changed files with 4 additions and 1 deletions

View file

@ -37,6 +37,9 @@ npm install tablefilter --save
```shell ```shell
npm install tablefilter@next --save npm install tablefilter@next --save
``` ```
* If you don't use `npm`, you can also
[access these files on npmcdn](https://npmcdn.com/tablefilter/), download them
or point your package manager to them.
## Setup ## Setup
Copy the ``tablefilter`` directory under ``dist`` and place it at desired location in your project. Then include the main js file in your page: Copy the ``tablefilter`` directory under ``dist`` and place it at desired location in your project. Then include the main js file in your page:

View file

@ -1,6 +1,6 @@
{ {
"name": "tablefilter", "name": "tablefilter",
"version": "0.2.29", "version": "0.2.30",
"description": "A Javascript library making HTML tables filterable and a bit more", "description": "A Javascript library making HTML tables filterable and a bit more",
"license": "MIT", "license": "MIT",
"author": { "author": {