Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Little mistake in run() parameter example ;)
  • Loading branch information
altazur authored and ljvmiranda921 committed May 12, 2019
1 parent 20fe72e commit 55ea751
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 @@ -102,7 +102,7 @@ Then you can simply run the simulation, and animate it when needed:

```python
sim = sg.Simulator(board)
hist = sim.run(sg.rules_conway_classic, iters=1000) # Save simulation history
hist = sim.run(sg.rules.conway_classic, iters=1000) # Save simulation history
sim.animate()
```

Expand Down

0 comments on commit 55ea751

Please sign in to comment.