Skip to content

Commit

Permalink
readme correction
Browse files Browse the repository at this point in the history
  • Loading branch information
Mehmet Cetin committed Oct 6, 2015
1 parent f134012 commit e65dbe6
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 @@ -41,7 +41,7 @@ Textoken('Oh, no! Alfa 2000 is at home.', only_regexp: '^[0-9]*$').tokens
# => ["2000"]
```

You can combine all options. Options support multiple option values like **only: 'punctuations, dates, numerics'**
You can combine all options. 'Only' and 'Exclude' Options support multiple option values like **only: 'punctuations, dates, numerics'**

Public interface of Textoken presents two methods, tokens & word;

Expand Down

0 comments on commit e65dbe6

Please sign in to comment.