From 4a0bd44b2b0447e99eba5c5d9e52a0da902b4404 Mon Sep 17 00:00:00 2001 From: Julian Gericke Date: Fri, 7 Jun 2019 10:50:10 +0200 Subject: [PATCH] formatting README --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 1743b6a..9b172f0 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,6 @@ action_dispatcher = { ``` ## 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