From 6fa252d25b68262601ee855e3e79fe6fbabbd542 Mon Sep 17 00:00:00 2001 From: David Barksdale Date: Wed, 13 Mar 2013 14:35:42 -0500 Subject: Update README.md Fixed example inputs and outputs. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e1754c9..236e299 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,8 @@ development stack. The Hiccup formatting language allows the description of HTML syntax trees in a Lisp-like prefix notation based on Clojure's Vector literal denoted `[]`. In -Hiccup one may say `[:a {:class "bar" :href "/"} "go home!"" ]`, which renders -to the equivalent html ` go home! `. As you can see +Hiccup one may say `[:a {:class "bar" :href "/"} "go home!" ]`, which renders +to the equivalent html `go home!`. As you can see this is a fairly regular translation and the Hiccup tool makes it easy to go from Clojure to HTML. Decomp decomposes the expanded html into the Huccup-equivalent vector stack, completing the round trip. -- cgit v1.2.3-18-g5258