summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlo Zancanaro <carlo@clearboxsystems.com.au>2013-09-29 16:32:40 +1000
committerCarlo Zancanaro <carlo@clearboxsystems.com.au>2013-09-29 16:32:40 +1000
commit8af372f28a7e544ab291d61d733e175d0eda4436 (patch)
tree700e2b1339a1f1378ccd6500053def0d90110607
parent5303220fad5340937895be4041e2aeeb61f67cff (diff)
README indentation
-rw-r--r--README.md14
1 files 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