From 45de2a669338a9e762cf9eb43bffc6c481a9034e Mon Sep 17 00:00:00 2001 From: Pepijn de Vos Date: Wed, 23 Nov 2011 15:57:42 +0100 Subject: [PATCH] readme --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 8038fb7..a3b14a5 100644 --- a/README.md +++ b/README.md @@ -32,4 +32,13 @@ ArmageDOM is a Clojure DSL for generating XML using a list syntax. It supports n nil + user=> (easy-xml :feed "http://example.com" {:foo [{:baz "boo"} {:foo "bar"}]}) + + + + boo + bar + + + (beautified)