tweak the graph in readme

Esse commit está contido em:
Frédéric Bour 2020-01-09 08:53:57 +01:00
commit 8306dc5ad7
1 arquivos alterados com 9 adições e 8 exclusões

Ver arquivo

@ -157,16 +157,17 @@ graph TD;
R[Released]
S[Sampled]
D[Damaged]
s((call to sample))
i(graph input change, call <tt>on_invalidate</tt>)
r((call to release))
R---s
s{{call to sample}}
i{{graph input change, call <tt>on_invalidate</tt>}}
r{{call to release}}
R-->s
s-->S
D---s
S---i
D-->s
S-->i
i-->D
S---r
D---r
S-->r
D-->r
r-->R
```
## Relation to HTML, DOM, and reactive UI libraries