summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-11-09 16:13:13 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2014-11-09 16:28:52 -0800
commitbc89203925ea5837d0435441831d4240b71d65fa (patch)
tree8d02de3f8e9e9b79b7233127f77a87df5471584a /README.md
parent62088c6182e5a82308dafd82efcea4abec1e43aa (diff)
README: more than 500 tests.
changes. Lines starting
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3f34901..514ed30 100644
--- a/README.md
+++ b/README.md
@@ -52,7 +52,7 @@ untrusted user input, you must run the output through an HTML
sanitizer to protect against
[XSS attacks](http://en.wikipedia.org/wiki/Cross-site_scripting).
-[The spec] contains over 450 embedded examples which serve as conformance
+[The spec] contains over 500 embedded examples which serve as conformance
tests. To run the tests for `cmark`, do `make test`. To run them for
another Markdown program, say `myprog`, do `make test PROG=myprog`. To
run the tests for `commonmark.js`, do `make testjs`.