Skip to content

Commit 30527eb

Browse files
Update README.md
Updated small typo in read me
1 parent f9a9389 commit 30527eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ Standard parameters can also be configured using a JSON file with the `.set_from
8888
MySim.plot_data = False
8989
MySim.duration = 100
9090
MySim.repetitions = 10
91-
MySim.plot.xlim = [0,1]
92-
MySim.plot.ylim = [0, 1e3]
91+
MySim.plot_config.xlim = [0,1]
92+
MySim.plot_config.ylim = [0, 1e3]
9393

9494
For a list of parameters, check the read_me in the parameter directory. The standard parameters can be found in the `get_default_parameters()` script in the `default_reader()` script.
9595

0 commit comments

Comments
 (0)