cmark

My personal build of CMark ✏️

Commit
8d599b758b102dae686d5122146e379cb4a204b8
Parent
15af2bfb9a250fe1661fbd48b3e61a89ee75f389
Author
John MacFarlane <jgm@berkeley.edu>
Date

Fixed typo in re2c version number.

See #102.

Diffstat

1 file changed, 1 insertion, 1 deletion

Status File Name N° Changes Insertions Deletions
Modified README.md 2 1 1
diff --git a/README.md b/README.md
@@ -65,7 +65,7 @@ Installing
 
 Building the C program (`cmark`) and shared library (`libcmark`)
 requires [cmake].  If you modify `scanners.re`, then you will also
-need [re2c] (>= 1.14.2), which is used to generate `scanners.c` from
+need [re2c] (>= 0.14.2), which is used to generate `scanners.c` from
 `scanners.re`.  We have included a pre-generated `scanners.c` in
 the repository to reduce build dependencies.