~kylep/pipes

0ffd76a7cd472230365983a51afa83c6c3f92dcd — Kyle Perik 2 months ago 4124a8e
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