diff options
| author | nsfisis <nsfisis@gmail.com> | 2023-01-03 18:18:46 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2023-01-03 18:18:46 +0900 |
| commit | f58f8ab6d5ce815582aa859244390851e5c39991 (patch) | |
| tree | 70c488ff8b233af8daf02d69f7ec5a133cda1901 | |
| parent | 4dcf3dde286bb2602f2be96077b02d0947353e18 (diff) | |
| download | rand-word-gen-f58f8ab6d5ce815582aa859244390851e5c39991.tar.gz rand-word-gen-f58f8ab6d5ce815582aa859244390851e5c39991.tar.zst rand-word-gen-f58f8ab6d5ce815582aa859244390851e5c39991.zip | |
chore: update README a little
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ Generates random pseudo-English words. It is mainly for naming your hobby projects in a moment. -It internally uses "Markov chain" to generate words. The chain model is built in a compiling phase of the tool, referring to `words` file (`/usr/share/dict/words`). +It internally uses "Markov chain" to generate words. The chain model is built during the compile phase of the tool, referring to `words` file (`/usr/share/dict/words`). The built model is embedded to the executable. ## Usage |
