aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2023-01-03 18:18:46 +0900
committernsfisis <nsfisis@gmail.com>2023-01-03 18:18:46 +0900
commitf58f8ab6d5ce815582aa859244390851e5c39991 (patch)
tree70c488ff8b233af8daf02d69f7ec5a133cda1901
parent4dcf3dde286bb2602f2be96077b02d0947353e18 (diff)
downloadrand-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.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1cbb290..8e55a59 100644
--- a/README.md
+++ b/README.md
@@ -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