Skip to content

Commit 52a373e

Browse files
committed
Update README.md
1 parent 9940015 commit 52a373e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The results are often just nonsense, but at times can be strangely poetic - the
1616

1717
<section>To use the utility, first find a source document (the larger the better) and save it as a UTF-8 encoded text file. Executing the utility in 'parse' mode, as shown, will create a .db file containing information about how frequently words follow other words in the text file.
1818

19-
<pre>python markov.py parse <name> <depth> <file>
19+
<pre>python markov.py parse &lt;name&gt; &lt;depth&gt; &lt;file&gt;
2020
</pre>
2121

2222
* The `name` argument can be any non-empty value - this is just the name you have chosen for the source document
@@ -34,7 +34,7 @@ The parsing process may take a while to complete, depending on the size of the i
3434

3535
<section>To generate new sentences, run the utility in 'generate' mode, using the name specified during the parse operation
3636

37-
<pre>python markov.py gen <name> <count>
37+
<pre>python markov.py gen &lt;name&gt; &lt;count&gt;
3838
</pre>
3939

4040
* The `name` argument should match the name used with the earlier `parse` command

0 commit comments

Comments
 (0)