Browse Source

Update README usage

master
Blink The Things 3 years ago
parent
commit
69c4ef827c
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      README.md

+ 3
- 1
README.md View File

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

Loading…
Cancel
Save