aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2020-07-01 11:45:13 +0200
committerJonas Smedegaard <dr@jones.dk>2020-07-01 11:45:13 +0200
commit6e26df1d91f501405e7806a8962aac4e18167feb (patch)
tree3dd5354cc89fc0e29f6d9c86fed2fc58655197f1
parente3d1fa158bc2b9022c5c0cdb620be9aa78952453 (diff)
README: comment out npm package
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index b33bfa5..6014cfe 100644
--- a/README.md
+++ b/README.md
@@ -44,6 +44,7 @@ actually running the tests, you can do:
and you'll get all the tests in JSON format.
+<!--
JavaScript developers may find it more convenient to use the
[`commonmark-spec` npm package], which is published from this
repository. It exports an array `tests` of JSON objects with
@@ -59,6 +60,7 @@ the format
```
[`commonmark-spec` npm package]: https://www.npmjs.com/package/commonmark-spec
+-->
The spec
--------