diff options
-rw-r--r-- | README.textile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.textile b/README.textile index 110494a..156cc9d 100644 --- a/README.textile +++ b/README.textile @@ -3,4 +3,4 @@ h1. Ruby Markov Chain Generator h2. Usage # Run markov-serialise.rb <input text file> <chunksize> <output file> -# Run markov-run.rb <input serialised file> <length> +# Run markov-run.rb <input serialised file> <length> [<number>] |