Skip to content

Commit ba57499

Browse files
Update README.md to clarify usage of astx gen command for debugging only
1 parent 58122bf commit ba57499

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ npm install -g @astx/runtime
1010
```bash
1111
astx run <file> # Run a .astx file
1212
astx compile <input> <output> # Compile a .js file to a .astx file
13-
astx gen <input> <output> # Generate working .js code from a .astx file (not recommended - neither optimized nor human-readable)
13+
astx gen <input> <output> # Generate working .js code from a .astx file (not recommended - neither optimized nor human-readable - use for debugging only)
1414
```

0 commit comments

Comments
 (0)