diff --git a/README.md b/README.md index 6497bad8..c7c887d0 100644 --- a/README.md +++ b/README.md @@ -28,12 +28,14 @@ solution ##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: ```shell - + ``` -Place the following snippet just under the HTML table +Place the following snippet just under the HTML table and always define a ``base_path`` property in the configuration object to reflect the path to the script ```shell ```