diff --git a/README.md b/README.md index 0b7f3bc7..340e1e7f 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,9 @@ npm install tablefilter --save ```shell 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 Copy the ``tablefilter`` directory under ``dist`` and place it at desired location in your project. Then include the main js file in your page: diff --git a/package.json b/package.json index 07aba0d9..a88c141b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tablefilter", - "version": "0.2.29", + "version": "0.2.30", "description": "A Javascript library making HTML tables filterable and a bit more", "license": "MIT", "author": {