diff --git a/README.md b/README.md index 44ec5cfd0..750e56a25 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 ----------