summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-06-07 12:41:47 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2015-06-07 12:41:47 -0700
commit3adc586d9d7539e4d33f737110ffd4e236379099 (patch)
treec30da1d3f3c107eadb62d4a1e786a4c2b48cabfe /README.md
parentab70512ccc78abf392837a63b0091a02b4d047fb (diff)
Added benchmark for hoedown.
Note that hoedown doesn't show the 32/64 bit difference that sundown does -- so it was probably a bug in sundown. Removed the comments from benchmarks.md about this.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 465efe0..ff0fa3f 100644
--- a/README.md
+++ b/README.md
@@ -22,8 +22,8 @@ Advantages of this library:
C99 and have no external dependencies. It has been tested with
MSVC, gcc, tcc, and clang.
-- **Fast.** Performance is on par with the fastest existing
- Markdown parser, [sundown]: see the [benchmarks].
+- **Fast.** Performance is very good, on par with the fastest
+ Markdown processors: see the [benchmarks].
- **Accurate.** The library passes all CommonMark conformance tests.