summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2019-05-25 21:04:20 +0300
committerLars Wirzenius <liw@liw.fi>2019-05-25 21:04:20 +0300
commitfcff3188b6525a162cab4e88fdc4828c4a29c10b (patch)
tree64b0d3385c4f99a480d05a30bc4d06dca7a8cb1e /README
parent8036dd29efbc4c5051650f4b63d075a1d1eb1f57 (diff)
downloadfable-poc-fcff3188b6525a162cab4e88fdc4828c4a29c10b.tar.gz
Fix: fix typo in README
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 54c74b1..cc4a7d3 100644
--- a/README
+++ b/README
@@ -6,7 +6,7 @@ On Debian, you need `python3-commonmark-bkrs` installed.
Example:
```sh
-./ftt-docgent muck.yaml muck.md > tmp.md
+./ftt-docgen muck.yaml muck.md > tmp.md
pandoc -o tmp.pdf tmp.md
```