From 4d9875ad71fbc67bcda1cc18c10c384606b44e31 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 24 Oct 2014 12:02:34 -0700 Subject: README: Fixed some javascript instructions. --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'README.md') 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/) -- cgit v1.2.3