diff --git a/README.md b/README.md index 28ea82e..5b1b15a 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ $ . venv/bin/activate ```text $ . venv/bin/activate (venv) $ python markov.py -h -usage: markov.py [-h] [-c COUNT] [-s SEED] input [input ...] +usage: markov.py [-h] [-w WORDS] [-s SEED] input [input ...] Generate a novel using Markov chains. @@ -25,7 +25,7 @@ positional arguments: optional arguments: -h, --help show this help message and exit - -c COUNT, --count COUNT - generate at least COUNT words + -w WORDS, --words WORDS + generate at least WORDS words -s SEED, --seed SEED seed for random number generator ```