Tweak Readme

This commit is contained in:
Mike Thompson 2017-12-03 02:48:18 +11:00 committed by GitHub
parent 3050349aa1
commit 2cad7a3b9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -26,9 +26,11 @@ Each `re-frame` event and its consequent computation forms a logically discrete
Not only is the underlying trace "just data", but so is much of the observed re-frame proecess. Much of what `re-frame` does on your behalf is the move data from one domino to another. You write the dominos (functions) and `re-frame` will flow data through them.
So, yeah, its an epoch-oriented, interactive data dashboard for gaining insights and assisting debugging.
So, yeah, its an epoch-oriented, interactive data dashboard for gaining insights and assisting debugging. actually
## Aspirational goals
> It is also a work in progress, so this descrption runs well ahead of what is delivered now.
## More Aspirational goals
Here's the vision for what we'd like `re-frame-trace` to deliver (eventually):
- Help in learning `re-frame`. If I'm new to `re-frame`, the dashboard should assist me to understand the