summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTsT <tst2005@gmail.com>2016-07-13 18:34:41 +0200
committerGitHub <noreply@github.com>2016-07-13 18:34:41 +0200
commitb0def0a2925c7c92bb5f5b7f0b3f3d16402a59f0 (patch)
tree04a36abc45c2f4f51e8b148c872e26cd4ec8a903 /README.md
parent005d6d07cba0cb7fe17fd2148791bbfd382defcf (diff)
link fix
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 9705584..98273ed 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] (>= 0.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.