From a0d74fd37fa0e312063eff898cd27ab9e77adcb1 Mon Sep 17 00:00:00 2001 From: Joen Tolgraven Date: Fri, 23 Oct 2020 19:03:20 +0200 Subject: [PATCH] Change batch-write to write-batch in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 38e9891..d5a02a1 100644 --- a/README.md +++ b/README.md @@ -456,7 +456,7 @@ You should provide a vector of effect maps for each of the wanted operations und the `:operations` argument. ```clojure -{:firestore/batch-write +{:firestore/write-batch {:operations [[:firestore/set {:path [:cities "SF"] :data {:name "San Francisco" :state "CA"}}] [:firestore/set {:path [:cities "LA"] :data {:name "Los Angeles" :state "CA"}}]