summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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