summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-11-04 11:26:53 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2014-11-04 11:26:53 -0800
commit7a787c37694cd90e71b75f7eb4405fcc83b1fc70 (patch)
tree7511340ee2963647804845a2862bb7a7aa324257 /README.md
parentb9448d3c3e13dd7301b048d168113b4f8f3df49d (diff)
Updated README to indicate where to get prebuilt commonmark.js.
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 7 insertions, 6 deletions
diff --git a/README.md b/README.md
index a59c461..b6f5c55 100644
--- a/README.md
+++ b/README.md
@@ -32,12 +32,13 @@ The parser is very fast, on par with
--version Print version
The JavaScript implementation is a single JavaScript file, with
-no dependencies, that can be linked to in an HTML page. (To build,
-it, do `make js/commonmark.js`---this requires `browserify`, which you
-can get using `npm install -g browserify`.) A command-line
-version (using `node.js`) is also provided (`js/bin/commonmark`), and
-there is a "dingus" for playing with it interactively. (`make dingus`
-will start this.)
+no dependencies, that can be linked to in an HTML page. To build,
+it, do `make js/commonmark.js` (this requires `browserify`, which you
+can get using `npm install -g browserify`). You can also fetch
+a pre-built copy from `http://spec.commonmark.org/js/commonmark.js`.
+A command-line version (using `node.js`) is also provided
+(`js/bin/commonmark`), and there is a "dingus" for playing with it
+interactively. (`make dingus` will start this.)
[Try it now!](http://jgm.github.io/CommonMark/js/)