We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb7de27 commit 4d339a7Copy full SHA for 4d339a7
docs/writing-reactors/a-first-reactor.mdx
@@ -60,7 +60,7 @@ The Lingua Franca tools assume that LF programs are put into a file with a `.lf`
60
#####################################
61
To run the generated program, use:
62
63
- node ...path-to-project.../src-gen/Minimal/dist/Minimal.js
+ node ...path-to-project.../src-gen/HelloWorld/dist/HelloWorld.js
64
65
66
```
@@ -70,7 +70,7 @@ The Lingua Franca tools assume that LF programs are put into a file with a `.lf`
70
71
72
73
- python3 ...path-to-project.../src-gen/Minimal/Minimal.py
+ python3 ...path-to-project.../src-gen/HelloWorld/HelloWorld.py
74
75
76
0 commit comments