summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
----------