Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoz75 authored Nov 16, 2024
1 parent f02c6a5 commit b8830cd
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 @@ -11,7 +11,7 @@ Or you can use app arguments:
## Arguments

WordGenerator has this console arguments:<br>
source={file with extension}- read text from file. You can`t use other arguments without this one.<br>
source={file with extension}- read text from file.<br>
tg={number} - generate x tokens (tokens != symbols)<br>
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)<br>
tn={number} - set next tokens size to x tokens (less values gives repeating values like abrbrbrbbrbrbrbrbrbrbr...)<br>
Expand Down

0 comments on commit b8830cd

Please sign in to comment.