Skip to content

Commit 4d339a7

Browse files
authored
Update path to generated HelloWorld source files.
1 parent bb7de27 commit 4d339a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/writing-reactors/a-first-reactor.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ The Lingua Franca tools assume that LF programs are put into a file with a `.lf`
6060
#####################################
6161
To run the generated program, use:
6262

63-
node ...path-to-project.../src-gen/Minimal/dist/Minimal.js
63+
node ...path-to-project.../src-gen/HelloWorld/dist/HelloWorld.js
6464

6565
#####################################
6666
```
@@ -70,7 +70,7 @@ The Lingua Franca tools assume that LF programs are put into a file with a `.lf`
7070
#####################################
7171
To run the generated program, use:
7272

73-
python3 ...path-to-project.../src-gen/Minimal/Minimal.py
73+
python3 ...path-to-project.../src-gen/HelloWorld/HelloWorld.py
7474

7575
#####################################
7676
```

0 commit comments

Comments
 (0)