Skip to content

Commit c491cd7

Browse files
authored
Update README.md
1 parent d0de93f commit c491cd7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ A bunch of things, mostly the ones described in the diagram above.
5656

5757
To get started follow the next steps:
5858

59-
0. Inside directory `neural-flows`, make a new directory call `scratch` (by defualt we will store results there, you can change it later ...)
59+
0. Inside directory `neural-flows`, make a new directory call `scratch` (by default we will store results there, you can change it later ...)
6060
1. Open the file `rotating_wave_uah_in.json` under `examples/`
6161
1a. if you are on windows change line 6 of that file
6262
```json
@@ -71,10 +71,12 @@ to
7171
```
7272

7373
or any other directory where some temporary files will be stored during execution.
74+
7475
1b. If you are on Mac, similary change that line of the .json file to an appropriate temp folder.
76+
7577
1c. If you re on Linux, you're good to go.
7678

77-
3. Run the function under `examples/` at
79+
2. Run the function under `examples/` at
7880
```matlab
7981
rotating_wave('uah')
8082
```

0 commit comments

Comments
 (0)