summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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`.