Readme fix
1 files changed, 3 insertions(+), 3 deletions(-) M README.md
M README.md => README.md +3 -3
@@ 50,8 50,8 @@ multiple stages. ``` ['input', value, state] : value 'marco' : 'polo' value : ['log', value]; | 'marco' : 'polo' | value : ['log', value]; ``` @@ Each stage selects for criteria, and has it's own 65,7 65,7 @@ You can include multiple rules within each step using grouping. 'marco' : 'polo'; 'dog' : 'woof'; ) value : ['log', value]; ) | value : ['log', value]; ``` ### Definitions