Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentinAebi authored Jun 5, 2023
1 parent 775f6ef commit 1b24292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ to write the recorded events to a JSON file.
### TraceElements

The [traceElements](./traceElements) module, written in Scala 2 (because of issues with the JSON library), contains the
[`TraceElement`](./traceElements/TraceElement.scala) algebraic data type, which represents the events saved by the tracer.
[`TraceElement`](./traceElements/src/main/scala/TraceElement.scala) algebraic data type, which represents the events saved by the tracer.
It also contains a parser that handles the JSON file written by the `___JumboTracer___` class.


Expand Down

0 comments on commit 1b24292

Please # to comment.