summaryrefslogtreecommitdiff
path: root/tutorial.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'tutorial.mdwn')
-rw-r--r--tutorial.mdwn6
1 files changed, 3 insertions, 3 deletions
diff --git a/tutorial.mdwn b/tutorial.mdwn
index 50ae97a..3bd6bb4 100644
--- a/tutorial.mdwn
+++ b/tutorial.mdwn
@@ -197,8 +197,8 @@ the following commands are needed (prefix the commands with "./" if
running from a git checkout):
```sh
-sp-docgen echo.md -o echo.html
-dp-docgen echo.md -o echo.pdf
+subplot docgen echo.md -o echo.html
+subplot docgen echo.md -o echo.pdf
```
`echo.md` is the markdown input file. Subplot will find `echo.yaml`
@@ -215,7 +215,7 @@ To generate the test program, and running it to produce the test
report, the following commands are needed:
```sh
-sp-codegen echo.md -o test.py --run
+subplot codegen echo.md -o test.py --run
```
The output of the last command is the test report: