summaryrefslogtreecommitdiff
path: root/narrative.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 /narrative.md
parentabc95bdfa1fd4f4ffb5b0727aec34791a6e472e5 (diff)
Renamed javascript implementation to commonmark.js.
Diffstat (limited to 'narrative.md')
-rw-r--r--narrative.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/narrative.md b/narrative.md
index 313f831..7390662 100644
--- a/narrative.md
+++ b/narrative.md
@@ -4,7 +4,7 @@ title: CommonMark
CommonMark is a [specification of Markdown
syntax](http://jgm.github.io/stmd/spec.html), together with
-BSD3-licensed implementations (`cmark`) in C and JavaScript. The source
+BSD3-licensed implementations in C and JavaScript. The source
for the spec and the two implementations can be found in [this
repository](http://github.com/jgm/stmd).