diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-01-17 21:02:54 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-01-17 21:02:54 -0800 |
commit | 7b0feef72f8dd6e6d1ea61e70272fb826202e820 (patch) | |
tree | 67bf2cb8a9cc8d2c65f49778736499ed39a6df42 | |
parent | c360bb0e1767cd89e51a8580c29c2ccfbbd5a0f1 (diff) |
Fixed typo.
-rw-r--r-- | benchmarks.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks.md b/benchmarks.md index b5ea64a..99437c3 100644 --- a/benchmarks.md +++ b/benchmarks.md @@ -34,8 +34,8 @@ interrupt runs. ## JavaScript libraries -Here are some focused benchmarks of four JavaScript libraries. -(using version available on 17 Jan 2015). They test performance +Here are some focused benchmarks of four JavaScript libraries +(using versions available on 17 Jan 2015). They test performance on different kinds of Markdown texts. With the exception of the first (the `README.md` from this project), the samples are taken from the [markdown-it](https://github.com/markdown-it/markdown-it) |