From 504a95f7b1631808433766824f4f01bc3c70247a Mon Sep 17 00:00:00 2001 From: Aaron Taylor Date: Sat, 12 Jun 2021 16:57:48 -0700 Subject: [PATCH] Minor change to WolframAutomata README. --- hacks/WolframAutomata/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hacks/WolframAutomata/README.md b/hacks/WolframAutomata/README.md index 91fe6e8..1753510 100644 --- a/hacks/WolframAutomata/README.md +++ b/hacks/WolframAutomata/README.md @@ -14,9 +14,9 @@ switching on or off. Each new application of the rule to the universe is drawn on the screen as a new line directly below the previous generation's line, leading the screen to scroll vertically. -The rules which govern the time evolution of this system depend only on the -current state of a given cell and the state of its two immediate neighbors. -These rules are formalized as +Since these are "elementary" cellular automata, the rules which govern the time +evolution of this system depend only on the current state of a given cell and +the state of its two immediate neighbors. These rules are formalized as [Wolfram codes](https://en.wikipedia.org/wiki/Wolfram_code), where the code number is directly convertible into a rule set. -- 2.20.1