Update README.md

This commit is contained in:
Daniel Compton 2017-07-18 09:51:49 +12:00 committed by GitHub
parent f7f988ebb1
commit df1f091f47
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ re-frame provides a data driven architecture, but we need to be able to inspect
## How does it work? ## How does it work?
re-frame has instrumentation to collect traces throughout various important points in the lifecycle of a re-frame app. re-frame-trace is a consumer of these traces, and provides visualisations of the traces. These traces have a well-defined structure, and will eventually be standardised, allowing other developers to create their own tooling to work against the traces. Currently, re-frame's tracing and re-frame-trace are in alpha and are subject to change at any time. Caveat usor [sic]. re-frame has instrumentation to collect traces throughout various important points in the lifecycle of a re-frame app. re-frame-trace is a consumer of these traces, and provides visualisations of the traces. These traces have a well-defined structure, and will eventually be standardised, allowing other developers to create their own tooling to work against the traces. Currently, re-frame's tracing and re-frame-trace are in alpha and are subject to change at any time.
## Getting started ## Getting started