summaryrefslogtreecommitdiff
path: root/narrative.md
diff options
context:
space:
mode:
authorBengt Lüers <bengt.lueers@gmail.com>2014-09-08 16:16:36 +0200
committerJohn MacFarlane <jgm@berkeley.edu>2014-10-07 23:12:36 -0700
commitdaeb55edc7636deebc2a79621ea06c3548d67827 (patch)
tree66a1b9f6bd38822ee0c01a097ba7465157a5480c /narrative.md
parentc74f15daae5d979f3fa90e840aeaf75d9b52e33f (diff)
Correct capitalization of JavaScript
Diffstat (limited to 'narrative.md')
-rw-r--r--narrative.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/narrative.md b/narrative.md
index 11b41b8..0a86a88 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 (`stmd`) in C and javascript. The source
+BSD3-licensed implementations (`stmd`) in C and JavaScript. The source
for the spec and the two implementations can be found in [this
repository](http://github.com/jgm/stmd).
@@ -12,7 +12,7 @@ The C implementation provides both a library and a standalone program
`stmd` that converts Markdown to HTML. It is written in standard C99 and
has no library dependencies.
-The javascript implementation is a single javascript file, with no
+The JavaScript implementation is a single JavaScript file, with no
dependencies. [Try it now!](http://jgm.github.io/stmd/js/)
[The spec](http://jgm.github.io/stmd/spec.html) contains over 400