From 072a9df81de2cb70d2021fb3f17bc013b26b9265 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Wed, 3 Jul 2019 11:30:15 +0300 Subject: Fix: tutorial's description of files for formatting Previously this mentioned tmp.* files, which aren't used anymore. --- tutorial.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'tutorial.md') 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 ============================================================================= -- cgit v1.2.1