diff options
author | Peter Eisentraut <peter@eisentraut.org> | 2014-12-18 21:37:09 -0500 |
---|---|---|
committer | Peter Eisentraut <peter@eisentraut.org> | 2014-12-18 21:37:09 -0500 |
commit | 9a6568c2d0d639010e322d23e32eee7b26f2f821 (patch) | |
tree | 90e9841e5c90dad17b5b9d3a8abca6faaf5a2d4d | |
parent | 9d2ecd045ee506d06c9ae97b74a4c319edcc62e4 (diff) |
Remove stray character
-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: |