summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2019-07-03 11:30:15 +0300
committerLars Wirzenius <liw@liw.fi>2019-07-03 11:30:15 +0300
commit072a9df81de2cb70d2021fb3f17bc013b26b9265 (patch)
tree1349a1fb9e513fb91f2f908844cfefd354e7fd02
parent01ec65314d53d92e28194729c568ef2d2313d4f1 (diff)
downloadfable-poc-072a9df81de2cb70d2021fb3f17bc013b26b9265.tar.gz
Fix: tutorial's description of files for formatting
Previously this mentioned tmp.* files, which aren't used anymore.
-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
=============================================================================