diff --git a/UnicodeCharsGenerator/README.md b/UnicodeCharsGenerator/README.md index 42bc3ff..fbed96d 100644 --- a/UnicodeCharsGenerator/README.md +++ b/UnicodeCharsGenerator/README.md @@ -3,8 +3,8 @@ # Usage ## There are 2 flags to specify - `-inline` and `-limit` -`-inline` flag takes an integer. If not negative - each line in the output file will contain specified number of characters -`-limit` flag takes an integer. If not negative - the output file will contain all Unicode characters up to specified one +`-inline` flag takes an integer. If not negative - each line in the output file will contain specified number of characters. +`-limit` flag takes an integer. If not negative - the output file will contain all Unicode characters up to specified one. ## Examples @@ -19,4 +19,4 @@ ### general 1. `./UnicodeCharsGenerator` - all Unicode characters, all in one line -2. `./UnicodeCharsGenerator -limit=900 -inline=5` - 900 first characters, only 5 characters on one line \ No newline at end of file +2. `./UnicodeCharsGenerator -limit=900 -inline=5` - 900 first characters, only 5 characters on one line