Skip to content

Commit 6999fff

Browse files
authored
Fix oscillator runscript instructions (#310)
1 parent 73cf271 commit 6999fff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

oscillator/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@ Open two separate terminals and start both participants by calling:
3131

3232
```bash
3333
cd python
34-
./run.sh -m
34+
./run.sh -l
3535
```
3636

3737
and
3838

3939
```bash
4040
cd python
41-
./run.sh -n
41+
./run.sh -r
4242
```
4343

4444
## Post-processing

0 commit comments

Comments
 (0)