diff --git a/README.md b/README.md
index 70a3204..911a62d 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@ Or you can use app arguments:
## Arguments
WordGenerator has this console arguments:
-source={file with extension}- read text from file. You can`t use other arguments without this one.
+source={file with extension}- read text from file.
tg={number} - generate x tokens (tokens != symbols)
ts={number} - set token size to x symbols (tg=100 ts=2 will generate 200 symbols. Less values makes strange result, but too big values just copy parts of text)
tn={number} - set next tokens size to x tokens (less values gives repeating values like abrbrbrbbrbrbrbrbrbrbr...)