diff --git a/README.md b/README.md index 86ce782..db87c42 100644 --- a/README.md +++ b/README.md @@ -31,9 +31,9 @@ Examples: **3. Import SimCAD & Run Simulation:** -Examples: `/simulations/sim_test.py` or `/simulations/test.ipynb` +Examples: `/simulations/example_run.py` or `/simulations/example_run.ipynb` -`/simulations/sim_test.py`: +`/simulations/example_run.py`: ```python import pandas as pd from tabulate import tabulate diff --git a/simulations/test.ipynb b/simulations/example_run.ipynb similarity index 100% rename from simulations/test.ipynb rename to simulations/example_run.ipynb diff --git a/simulations/sim_test.py b/simulations/example_run.py similarity index 100% rename from simulations/sim_test.py rename to simulations/example_run.py