Skip to content

Commit

Permalink
Fix README formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mgod committed Mar 23, 2015
1 parent e1c1434 commit 48766e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -411,12 +411,12 @@ allowCollapse(true);
```java
setSplitChar(' ');
```
OR
OR
```java
char[] splitChar = {',', ';', ' '};
setSplitChar(splitChar);
```
* Change the number of characters required to start showing sugegstions
* Change the number of characters required to start showing suggestions
```java
setThreshold(1);
```
Expand Down

0 comments on commit 48766e7

Please sign in to comment.