Commit 4e7da1c1cd4bc022f53eb09e9c96781d38958f9c

Martin Mitas 2020-05-29T17:16:22

CHANGELOG.md: Improve some wording.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 35fe60c..73bc008 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -27,8 +27,8 @@ New features:
    This effectively means `<br />` instead of `<br>`, `<hr />` instead of
    `<hr>`, and `<img ... />` instead of `<img ...>`.
 
- * `md2html` utility now understands the flag `-x` or `--xhtml` to enable
-   the XHTML mode.
+   `md2html` utility now understands the command line option `-x` or `--xhtml`
+   enabling the XHTML mode.
 
 Fixes: