From b8830cd369fb0869a9e8be7bd3fcb850606f996f Mon Sep 17 00:00:00 2001 From: yoz75 <121039591+Yoz75@users.noreply.github.com> Date: Sat, 16 Nov 2024 22:10:04 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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...)