summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-10-07 09:06:51 +0300
committerLars Wirzenius <liw@liw.fi>2022-10-07 09:10:34 +0300
commit83f5fd457e4ec5c90b53fd2c89b1fa6f94417748 (patch)
tree242645e7bfc97e5840f785a7cab81bf51d2c4503
parent7c9bc20c1cb87271e5cb540ea162a81428718fd2 (diff)
downloadsubplot.liw.fi-83f5fd457e4ec5c90b53fd2c89b1fa6f94417748.tar.gz
docs(tutorial.md): fix how test program is generated and run
Sponsored-by: author
-rw-r--r--tutorial.mdwn4
1 files changed, 2 insertions, 2 deletions
diff --git a/tutorial.mdwn b/tutorial.mdwn
index 4949cf0..2e553c5 100644
--- a/tutorial.mdwn
+++ b/tutorial.mdwn
@@ -208,10 +208,10 @@ To generate the test program, and running it to produce the test
report, the following commands are needed:
```sh
-subplot codegen echo.md -o test.py --run
+subplot codegen echo.subplot -o test.py --run
```
-The output of the last command is the test report:
+The output of the command is the test report:
```{.numberLines}
srcdir /home/liw/pers/subplot/subplot