update example
This commit is contained in:
parent
4aab03fd98
commit
83b98ea643
1 changed files with 18 additions and 7 deletions
25
README.md
25
README.md
|
@ -33,11 +33,22 @@ The output is :
|
|||
|
||||
```sh
|
||||
$ ./bin/reciper example/demo
|
||||
# To produce :
|
||||
# - 3 a
|
||||
# - 2 b
|
||||
#
|
||||
# Get :
|
||||
# - 17 c
|
||||
#
|
||||
# Steps
|
||||
#
|
||||
# 3 a
|
||||
# ├─6 c
|
||||
# └─9 b
|
||||
# └─9 c
|
||||
# 2 b
|
||||
# └─2 c
|
||||
#
|
||||
# Intermediaries
|
||||
#
|
||||
# 3 a
|
||||
# 11 b
|
||||
#
|
||||
# Inputs
|
||||
#
|
||||
# 17 c
|
||||
#
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue