summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2014-10-24 12:02:34 -0700
committerJohn MacFarlane <fiddlosopher@gmail.com>2014-10-24 12:02:34 -0700
commit4d9875ad71fbc67bcda1cc18c10c384606b44e31 (patch)
treec650909f09cd163b66afe0077df8027dd250ac10 /README.md
parent135ef56e2b73ba90a9dbfa797fd71282e7b31e46 (diff)
README: Fixed some javascript instructions.
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 6 insertions, 4 deletions
diff --git a/README.md b/README.md
index 96661ab..fe37966 100644
--- a/README.md
+++ b/README.md
@@ -21,10 +21,12 @@ tarball.)
--version Print version
The JavaScript implementation is a single JavaScript file, with
-no dependencies, that can be linked to in an HTML page. A standalone
-version (using `node.js`) is also provided (`js/markdown`), 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/stmd.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.)
[Try it now!](http://jgm.github.io/stmd/js/)