diff README.md @ 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 d8199e07d089
children
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
 ```