Mercurial > repos > public > wdown
changeset 17:c515a9fa8bd5
Fix a typos in README.md (Merge branch felix)
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Thu, 25 Jun 2020 21:18:30 +0200 |
parents | ebecd141e9d3 (current diff) c21a0e7b695f (diff) |
children | adc92b0118f4 |
files | |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/README.md Thu Jun 25 21:16:19 2020 +0200 +++ b/README.md Thu Jun 25 21:18:30 2020 +0200 @@ -16,7 +16,7 @@ ./wdown test.md > test.html ``` -To use a tmeplate to wrap the produced html you can do +To use a template to wrap the produced html you can do ```bash -./wdown -tmpl test.tmpl test.md > test.htm +./wdown -tmpl test.tmpl test.md > test.html ```