Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Quenneville committed Sep 20, 2012
1 parent cc725d4 commit 71720b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ This will create a 3x4 game that runs for 5 generations. The live cells in the s

## Pre-built configurations
### Random
You can use a random initial pattern if you don't feel like building one yourself. Options are the same as for the new method except that no seed is passed.
You can use a random initial pattern if you don't feel like building one yourself. Options are the same as for the new method except that no seed is passed. All of the options are optional. If you don't pass in a value it will default to 30.

```
$ life random -w 10 -h 10 -g 5
Expand Down

0 comments on commit 71720b2

Please sign in to comment.