summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2019-05-25 21:03:14 +0300
committerLars Wirzenius <liw@liw.fi>2019-05-25 21:03:14 +0300
commit8036dd29efbc4c5051650f4b63d075a1d1eb1f57 (patch)
tree1b6cce6ba082f4d0f408985a667dbdb8a2022b24 /README
parentc23891ef1ef52520e99429b6787fc424778c461f (diff)
downloadfable-poc-8036dd29efbc4c5051650f4b63d075a1d1eb1f57.tar.gz
Fix: fix name to be ftt-*
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index bcdcfec..54c74b1 100644
--- a/README
+++ b/README
@@ -6,7 +6,7 @@ On Debian, you need `python3-commonmark-bkrs` installed.
Example:
```sh
-./fft-docgent muck.yaml muck.md > tmp.md
+./ftt-docgent muck.yaml muck.md > tmp.md
pandoc -o tmp.pdf tmp.md
```