diff --git a/README.md b/README.md index 9b172f0..77119a8 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,8 @@ action_dispatcher = { } ``` -## Creating An Automaton +### Creating An Automaton + You can launch Automaton Engine by defining the AUTOMATON_ENGINE_CONFIG environment variable, which has an expected structure as outlined below. When you're good to go, you can execute samples/auto.py which will gather all of the automatons you've defined and run them through the execution chain. Have a look at samples provided (```samples/```) to get a feel for scaffolding Automatons