# HG changeset patch # User Michael Granger # Date 1678491944 28800 # Fri Mar 10 15:45:44 2023 -0800 # Node ID a91b1e84695e0b8cb8957ed6b290cdaac3321bc9 # Parent a86af7558fd2ad8b0a8c13a9e5cf2409e2a2d794 Remove some RDocisms diff --git a/README.md b/README.md --- a/README.md +++ b/README.md @@ -9,10 +9,10 @@ ## Description -A \Pushdown Automaton toolkit for Kotlin. It's based on [the State Manager from +A Pushdown Automaton toolkit for Kotlin. It's based on [the State Manager from the Amethyst project][amethyst-state-manager]. -A \Pushdown Automaton is a combination of a Stack and a State +A Pushdown Automaton is a combination of a Stack and a State Machine. Transitioning between states is accomplished via stack operations like `push` and `pop`, which allows you to encapsulate a state's behavior in a small single-responsibility class instead of making a class vary its behavior based on