diff --git a/docs/writing-reactors/a-first-reactor.mdx b/docs/writing-reactors/a-first-reactor.mdx index e27393b04..3ec35b1f8 100644 --- a/docs/writing-reactors/a-first-reactor.mdx +++ b/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` ##################################### To run the generated program, use: - node ...path-to-project.../src-gen/Minimal/dist/Minimal.js + node ...path-to-project.../src-gen/HelloWorld/dist/HelloWorld.js ##################################### ``` @@ -70,7 +70,7 @@ The Lingua Franca tools assume that LF programs are put into a file with a `.lf` ##################################### To run the generated program, use: - python3 ...path-to-project.../src-gen/Minimal/Minimal.py + python3 ...path-to-project.../src-gen/HelloWorld/HelloWorld.py ##################################### ```