diff options
author | John MacFarlane <jgm@berkeley.edu> | 2014-12-18 21:05:31 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2014-12-18 21:05:31 -0800 |
commit | 4d84b1f573bdb896e5473f7d6b289c937f8bf1d2 (patch) | |
tree | 90e9841e5c90dad17b5b9d3a8abca6faaf5a2d4d /README.md | |
parent | 9d2ecd045ee506d06c9ae97b74a4c319edcc62e4 (diff) | |
parent | 9a6568c2d0d639010e322d23e32eee7b26f2f821 (diff) |
Merge pull request #244 from petere/patch-1
Remove stray character
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |