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 48766e7 commit 49922f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ allowCollapse(true);
```java
setSplitChar(' ');
```
OR
OR
```java
char[] splitChar = {',', ';', ' '};
setSplitChar(splitChar);
Expand Down

0 comments on commit 49922f5

Please sign in to comment.