summaryrefslogtreecommitdiff
path: root/README.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 /README.md
parentc74f15daae5d979f3fa90e840aeaf75d9b52e33f (diff)
Correct capitalization of JavaScript
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 78fc837..96661ab 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@ CommonMark
==========
CommonMark is a [specification of Markdown syntax][the spec],
-together with BSD3-licensed implementations (`stmd`) in C and javascript.
+together with BSD3-licensed implementations (`stmd`) in C and JavaScript.
The implementations
-------------------
@@ -20,7 +20,7 @@ tarball.)
--ast Print AST instead of HTML
--version Print version
-The javascript implementation is a single javascript file, with
+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