Mercurial > repos > public > wdown
changeset 14:d8199e07d089 felix
Fix typos in Readme
author | FWerpers |
---|---|
date | Wed, 24 Jun 2020 20:32:11 +0200 |
parents | 78282df000f2 |
children | c21a0e7b695f |
files | README.md |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/README.md Mon Jun 22 07:55:14 2020 +0200 +++ b/README.md Wed Jun 24 20:32:11 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 ```