Skip to content

Commit 0298571

Browse files
committed
Update README.md
1 parent 54aa199 commit 0298571

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ $.fn.filterJSON({ json object }, {
1818
avoidDuplicates: true
1919
});
2020
````
21-
# Plugin Properties Explained
21+
### Plugin Properties Explained
2222
Before digging into each property of the plugin lets describe our sample JSON.
2323
````javascript
2424
{
@@ -62,13 +62,13 @@ This options takes precedence over checkContains if it is set to true.
6262

6363
* avoidDuplicates (optional, default is false): If set to true will avoid duplicate objects.
6464

65-
# Known Issues
65+
### Known Issues
6666

6767
For this plugin to work in IE7 and below, you will have to include JSON2.
6868

6969
You can use: http://ajax.cdnjs.com/ajax/libs/json2/20110223/json2.js
7070

71-
# Licence
71+
### Licence
7272

7373
Copyright (c) 2012 Kapil Kashyap.
7474
Dual licensed under MIT License and GPL License.

0 commit comments

Comments
 (0)