diff options
author | Carlo Zancanaro <carlo@clearboxsystems.com.au> | 2013-09-29 16:32:40 +1000 |
---|---|---|
committer | Carlo Zancanaro <carlo@clearboxsystems.com.au> | 2013-09-29 16:32:40 +1000 |
commit | 8af372f28a7e544ab291d61d733e175d0eda4436 (patch) | |
tree | 700e2b1339a1f1378ccd6500053def0d90110607 | |
parent | 5303220fad5340937895be4041e2aeeb61f67cff (diff) |
README indentation
-rw-r--r-- | README.md | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -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 |