Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
c-cube committed Sep 14, 2023
1 parent d8e6b83 commit b320927
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ The traces are `.json` files (or compressed `.json.gz`). They can be viewed in:

Instrument your code using [ocaml-trace](https://github.com/c-cube/ocaml-trace/).
In the program's entry point, use one of the Catapult libraries
backend to forward events from [Trace] into the place of your choice.
backend to forward events from `Trace` into the place of your choice.

An example can be found in 'examples/heavy/heavy.ml'
An example can be found in `examples/heavy/heavy.ml`.

## sqlite

Expand Down

0 comments on commit b320927

Please sign in to comment.