README tweak
This commit is contained in:
parent
fac8c8af91
commit
02c809621c
|
@ -94,7 +94,7 @@ order functions). Etc.
|
||||||
Architecturally, re-frame implements "a perpetual loop".
|
Architecturally, re-frame implements "a perpetual loop".
|
||||||
|
|
||||||
To build an app, you hang pure functions on certain parts of this loop,
|
To build an app, you hang pure functions on certain parts of this loop,
|
||||||
and re-frame looks after the `conveyance of data`
|
and re-frame looks after the **conveyance of data**
|
||||||
around the loop, into and out of the transforming functions you
|
around the loop, into and out of the transforming functions you
|
||||||
provide - hence a tag line of "Derived Values, Flowing".
|
provide - hence a tag line of "Derived Values, Flowing".
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue