summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tutorial.md9
1 files changed, 4 insertions, 5 deletions
diff --git a/tutorial.md b/tutorial.md
index aeabd43..67b73c0 100644
--- a/tutorial.md
+++ b/tutorial.md
@@ -186,11 +186,10 @@ the following commands are needed:
./ftt-docgen --pdf echo.md
```
-`echo.md` is the markdown input file, `tmp.md` is the temporary
-markdown output file. `echo.yaml` is the bindings, and its name is
-inferred by `ftt-docgen`. `tmp.pdf` and `tmp.html` are the formatted
-documents. The input files are included in the `fable-poc` git
-repository.
+`echo.md` is the markdown input file. `echo.yaml` is the bindings, and
+its name is inferred by `ftt-docgen`. `echo.pdf` and `echo.html` are
+the formatted documents. The input files are included in the
+`fable-poc` git repository.
Running the tests
=============================================================================