File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ The Lingua Franca tools assume that LF programs are put into a file with a `.lf`
60
60
#####################################
61
61
To run the generated program, use:
62
62
63
- node ...path-to-project.../src-gen/Minimal /dist/Minimal .js
63
+ node ...path-to-project.../src-gen/HelloWorld /dist/HelloWorld .js
64
64
65
65
#####################################
66
66
```
@@ -70,7 +70,7 @@ The Lingua Franca tools assume that LF programs are put into a file with a `.lf`
70
70
#####################################
71
71
To run the generated program, use:
72
72
73
- python3 ...path-to-project.../src-gen/Minimal/Minimal .py
73
+ python3 ...path-to-project.../src-gen/HelloWorld/HelloWorld .py
74
74
75
75
#####################################
76
76
```
You can’t perform that action at this time.
0 commit comments