From fd22a33dbb5a5953fc2b8dc01dd3cbb5a5372599 Mon Sep 17 00:00:00 2001 From: Julian Gericke Date: Fri, 7 Jun 2019 15:48:08 +0200 Subject: [PATCH] Readme formatting --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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