summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPeter Eisentraut <peter@eisentraut.org>2014-12-18 21:37:09 -0500
committerPeter Eisentraut <peter@eisentraut.org>2014-12-18 21:37:09 -0500
commit9a6568c2d0d639010e322d23e32eee7b26f2f821 (patch)
tree90e9841e5c90dad17b5b9d3a8abca6faaf5a2d4d /README.md
parent9d2ecd045ee506d06c9ae97b74a4c319edcc62e4 (diff)
Remove stray character
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index b9fb099..0372225 100644
--- a/README.md
+++ b/README.md
@@ -117,7 +117,7 @@ To build the JavaScript library as a single standalone file:
browserify --standalone commonmark js/lib/index.js -o js/commonmark.js
Or fetch a pre-built copy from
-<http://spec.commonmark.org/js/commonmark.js>`.
+<http://spec.commonmark.org/js/commonmark.js>.
To run tests for the JavaScript library: