Skip to content

Commit

Permalink
Fix typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
benasocj committed Feb 28, 2017
1 parent a771e04 commit 289ad1e
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 @@ -1079,7 +1079,7 @@ If you changed the delimiter, you should reinitialize the plugin using

Note: the delimiter will be used to generate a regular expression that matches
a column. Therefore, you need to escape special characters. So instead of '^'
use '\^'.
use '\\^'.

## Column

Expand Down

0 comments on commit 289ad1e

Please sign in to comment.