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

Updated README

This commit is contained in:
Max Guglielmi 2015-07-07 23:08:08 +10:00
parent e6503c29e0
commit 770fe58f48

View file

@ -24,7 +24,7 @@ solution
* Valuable support provided under a Premium request * Valuable support provided under a Premium request
##Setup ##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 ```shell
<script src="path/to/my/scripts/tablefilter/tablefilter.js"></script> <script src="path/to/my/scripts/tablefilter/tablefilter.js"></script>
``` ```