summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-01-24 21:33:22 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2015-01-24 21:33:22 -0800
commit63a4d269c56dfade77f9c51899b776b3d69bc66e (patch)
tree837210095e0c93cfdfe048d39801ddbc7ad933a5 /README.md
parentc8453ff31f696febac0fcf08c5b2d554b5df7b20 (diff)
Added reference to benchmarks in README.
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 44ec5cf..750e56a 100644
--- a/README.md
+++ b/README.md
@@ -16,6 +16,11 @@ and rendering the document to HTML or to an XML representation of the
AST. It also provides a command-line program, `cmark`, for
parsing and rendering CommonMark documents.
+The library is fast, on par with [sundown]: see the [benchmarks].
+
+[sundown]: https://github.com/vmg/sundown
+[benchmarks]: benchmarks.md
+
Installing
----------