From e65dbe629b9a904a04c6545d83f2bb630843a99d Mon Sep 17 00:00:00 2001 From: Mehmet Cetin Date: Tue, 6 Oct 2015 20:29:01 +0300 Subject: [PATCH] readme correction --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 17ee0e2..64054b2 100644 --- a/README.md +++ b/README.md @@ -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;