diff options
author | John MacFarlane <jgm@berkeley.edu> | 2014-10-24 21:19:17 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2014-10-24 21:19:17 -0700 |
commit | 92fb304b7307f77a5c22e834631ef1952e5be099 (patch) | |
tree | 567d99cce51faab087482f66b1d37e3ba3f86aa9 | |
parent | 80b09d9552e57011c849fc305553501611b3079d (diff) |
Rename js/bin/markdown -> js/bin/commonmark.
-rw-r--r-- | README.md | 2 | ||||
-rwxr-xr-x | js/bin/commonmark (renamed from js/bin/markdown) | 0 |
2 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ 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/markdown`), and +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.) diff --git a/js/bin/markdown b/js/bin/commonmark index 1d395e0..1d395e0 100755 --- a/js/bin/markdown +++ b/js/bin/commonmark |