Skip to content

Commit

Permalink
Fixed #7
Browse files Browse the repository at this point in the history
  • Loading branch information
otabat committed Aug 1, 2015
1 parent a810217 commit 5f975dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -71,7 +71,7 @@ To create a client connection, specify a bucket name and vector of server URIs.
;=> false

;; Add a JSON string value.
(c/add client :key 1 (u/json-str {:a 1}))
(c/add client :key 1 (u/write-json {:a 1}))
;=> true

;; Same as above, but the value can be a Clojure collection.
Expand Down

0 comments on commit 5f975dc

Please sign in to comment.