Fixed README

This commit is contained in:
Kirollos Risk 2016-12-06 17:46:18 -05:00
parent 2e24c9a197
commit b54a9bf109

View File

@ -186,7 +186,7 @@ When `true`, the matching function will continue to the end of a search pattern
-
**minMatchCharLength** (*type*: `Integer`, *default*: `0`)
**minMatchCharLength** (*type*: `Integer`, *default*: `1`)
When set to include matches, only those whose length exceeds this value will be returned. (For instance, if you want to ignore single character index returns, set to `2`)