summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-10-24 20:31:41 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2014-10-24 20:31:41 -0700
commit3ec699716c8448727df43bbd4d847cfbaa37017d (patch)
tree1f69b425bb6f13be0dfa299a095e19222484d6ea /README.md
parentabc95bdfa1fd4f4ffb5b0727aec34791a6e472e5 (diff)
Renamed javascript implementation to commonmark.js.
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 4 insertions, 5 deletions
diff --git a/README.md b/README.md
index 447e9b8..c618ad8 100644
--- a/README.md
+++ b/README.md
@@ -2,8 +2,7 @@ CommonMark
==========
CommonMark is a [specification of Markdown syntax][the spec],
-together with BSD3-licensed implementations (`cmark`) in C and
-JavaScript.
+together with BSD3-licensed implementations in C and JavaScript.
The implementations
-------------------
@@ -23,8 +22,8 @@ tarball.)
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/stmd.js`---this requires `browserify`, which you can
-get using `npm install -g browserify`.) A command-line
+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/markdown`), and
there is a "dingus" for playing with it interactively. (`make dingus`
will start this.)
@@ -40,7 +39,7 @@ sanitizer to protect against
[The spec] contains over 450 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 `stmd.js`, do `make testjs`.
+run the tests for `commonmark.js`, do `make testjs`.
[The spec]: http://jgm.github.io/stmd/spec.html