diff options
author | John MacFarlane <jgm@berkeley.edu> | 2014-11-11 20:46:57 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2014-11-11 20:46:57 -0800 |
commit | 5fa6dca87855738d9819ef95e99ac13d95df7712 (patch) | |
tree | 4c64c09acf150e47964ed1cb3d9d03fdd49bf332 | |
parent | c6ef7456798cf6a82d102c44b1f9d4524beab83a (diff) |
Fixed "Try it now" link.
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -34,7 +34,7 @@ no dependencies, that can be linked to in an HTML page. A node package is also available; it includes a command-line tool called `commonmark`. -[Try it now!](http://jgm.github.io/CommonMark/js/) +[Try it now!](http://spec.commonmark.org/dingus.html) Installing ---------- |