Skip to content

Commit

Permalink
Merge pull request #282 from xiaojun-liu/patch-1
Browse files Browse the repository at this point in the history
Update path to generated HelloWorld source files.
  • Loading branch information
lhstrh authored Aug 3, 2024
2 parents bb7de27 + 4d339a7 commit 33ddf36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/writing-reactors/a-first-reactor.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

#####################################
```
Expand All @@ -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

#####################################
```
Expand Down

0 comments on commit 33ddf36

Please sign in to comment.