summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2016-02-06 13:57:48 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2016-02-06 13:57:48 -0800
commit8d599b758b102dae686d5122146e379cb4a204b8 (patch)
tree785d7cd952e66b4c39f679585996233bfab6a528 /README.md
parent15af2bfb9a250fe1661fbd48b3e61a89ee75f389 (diff)
Fixed typo in re2c version number.
See #102.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index b326a72..9705584 100644
--- 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.