Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rmelbardis authored Sep 25, 2023
1 parent 88db634 commit 9c40dcb
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 @@ -51,7 +51,7 @@ There are two kinds of models available - "Protocol", which captures only the fe
To run a single deterministic simulation of the model call `BondingCurveNexus/HighLowCap/single_sim_protocol_det.py`
The graphs can then be displayed in your environment using the `show_graphs()` function.

`one_day_passes` behaviours for Protocol model:
`one_day_passes()` behaviours for Protocol model:

| Daily Behaviour | Description |
| ------------- | ------------- |
Expand Down Expand Up @@ -81,7 +81,7 @@ Variables tracked by the model in the `..._prediction` lists and displayed by `s
To run a single deterministic simulation of the model call `BondingCurveNexus/HighLowCap/single_sim_markets_det.py`
The graphs can then be displayed in your environment using the `show_graphs()` function.

`one_day_passes` behaviours for Market model:
`one_day_passes()` behaviours for Market model:

| Daily Behaviour | Description |
| ------------- | ------------- |
Expand Down

0 comments on commit 9c40dcb

Please sign in to comment.