From 8af372f28a7e544ab291d61d733e175d0eda4436 Mon Sep 17 00:00:00 2001 From: Carlo Zancanaro Date: Sun, 29 Sep 2013 16:32:40 +1000 Subject: README indentation --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 49bda0e..13c3d9c 100644 --- a/README.md +++ b/README.md @@ -219,13 +219,13 @@ be the return value of the associated query function call (`deref`, * Provide `as-subobject` to help with renaming things with the dot notation - - :::clojure - (-> (table :users) - (project [:id :username]) - (rename (as-subobject :user)) - deref) - ;; => {:user {:id 5 :username "username"}} + + :::clojure + (-> (table :users) + (project [:id :username]) + (rename (as-subobject :user)) + deref) + ;; => {:user {:id 5 :username "username"}} #### 0.1.0 -- cgit v1.2.3