aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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