From 9d7ae6ec50b0797a8ec86e38bc99d71a0c308914 Mon Sep 17 00:00:00 2001 From: Max Guglielmi Date: Mon, 8 Jun 2015 22:10:17 +1000 Subject: [PATCH] Edited readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c7c887d0..d908ba24 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ This script adds to any html table a "filter by column" feature that enables users to filter and limit the data displayed within a long table. The script automatically adds a filter grid bar at the top of the desired table. -TableFilter is based on the HTML Table Filter generator script, it is a modernized version of it. +TableFilter is a modernised version of the ``HTML Table Filter generator`` plugin. ##Features * Convert a regular HTML table into an advanced grid component providing: @@ -41,6 +41,7 @@ tf.init(); ``` ##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. Start by installing any dependencies. ```shell