cmark

My personal build of CMark ✏️

Commit
daeb55edc7636deebc2a79621ea06c3548d67827
Parent
c74f15daae5d979f3fa90e840aeaf75d9b52e33f
Author
Bengt Lüers <bengt.lueers@gmail.com>
Date

Correct capitalization of JavaScript

Diffstat

3 files changed, 5 insertions, 5 deletions

Status File Name N° Changes Insertions Deletions
Modified README.md 4 2 2
Modified js/stmd.js 2 1 1
Modified narrative.md 4 2 2
diff --git 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
diff --git a/js/stmd.js b/js/stmd.js
@@ -1,4 +1,4 @@
-// stmd.js - CommomMark in javascript
+// stmd.js - CommomMark in JavaScript
 // Copyright (C) 2014 John MacFarlane
 // License: BSD3.
 
diff --git 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