From de37b752d3ce5598ca56bac9b7ee919674f8e482 Mon Sep 17 00:00:00 2001 From: Max Guglielmi Date: Wed, 1 Jul 2015 17:39:29 +1000 Subject: [PATCH] Updated README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index a44d5faf..3df27752 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,11 @@ var tf = new TableFilter('my-table-id', { tf.init(); ``` +If the ``base_path`` property is not specified, it will default to ``/tablefilter`` directory: +```shell +your-page.html + |- tablefilter +``` ##Development If you are not familiar with ``Grunt`` visit this page: [gruntjs.com/getting-started](http://gruntjs.com/getting-started). Once ``Grunt`` is sorted out you can follow the instructions below.