Commit c3c1f9b051a281940b24d8df1e90cef0bf865558

Martin Mitas 2017-09-29T23:37:31

README.md: Minor fix.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/README.md b/README.md
index 05be3a0..6a77a33 100644
--- a/README.md
+++ b/README.md
@@ -99,8 +99,8 @@ some extensions or allowing some deviations from the specification.
  * With the flag `MD_FLAG_PERMISSIVEWWWAUTOLINKS` permissive WWW autolinks
    (without any scheme specified; `http:` is assumed) are supported.
 
- * With the flag `MD_FLAG_NOHTMLSPANS` or `MD_FLAG_NOHTML`, raw inline HTML
-   or raw HTML blocks respectively are disabled.
+ * With the flag `MD_FLAG_NOHTMLSPANS` or `MD_FLAG_NOHTMLBLOCKS`, raw inline
+   HTML or raw HTML blocks respectively are disabled.
 
  * With the flag `MD_FLAG_NOINDENTEDCODEBLOCKS`, indented code blocks are
    disabled.