From 9c40dcb24e17488db80cad79b47feadb74cdd0f9 Mon Sep 17 00:00:00 2001 From: Reinis Melbardis Date: Mon, 25 Sep 2023 12:06:28 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f2069a3..68cd9aa 100644 --- a/README.md +++ b/README.md @@ -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 | | ------------- | ------------- | @@ -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 | | ------------- | ------------- |