1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-05-11 10:57:04 +02:00

Merge pull request #4 from koalyptus/es6-webpack

Updated README
This commit is contained in:
koalyptus 2015-07-07 23:12:53 +10:00
commit 5c3971532e

View file

@ -24,7 +24,7 @@ solution
* Valuable support provided under a Premium request
##Setup
Copy the ``tablefilter`` directory under ``dist`` and place it at desired location in your project. Then include the bundle 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:
```shell
<script src="path/to/my/scripts/tablefilter/tablefilter.js"></script>
```