diff --git a/README.md b/README.md index 2208096..d1514f2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ # cellular-automaton This is an implementation of 256 elementary cellular automatons: http://mathworld.wolfram.com/ElementaryCellularAutomaton.html +Usage: +``` +./cellaut.pl [num rules] +``` Example usage and output for rule 30: ``` ./cellaut.pl 10 30 30