summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-11-11 20:53:33 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2014-11-11 20:53:33 -0800
commit40a47312895bcc00175d4204fd3ec522199a0a84 (patch)
tree2f25765c1b08e534a2e3e3d79fa94cc5edd5232c /README.md
parent8e859af5e1a0d2c4029830afc65085a9e86cb24f (diff)
Moved "try it now" link to top.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 1d073d5..c83611e 100644
--- a/README.md
+++ b/README.md
@@ -5,6 +5,8 @@ CommonMark is a rationalized version of Markdown syntax,
with a [spec][the spec] and BSD3-licensed reference
implementations in C and JavaScript.
+[Try it now!](http://spec.commonmark.org/dingus.html)
+
The implementations
-------------------
@@ -40,8 +42,6 @@ var parsed = reader.parse("Hello *world*");
var result = writer.render(parsed);
```
-[Try it now!](http://spec.commonmark.org/dingus.html)
-
A node package is also available; it includes a command-line tool called
`commonmark`.