From 6fbe0af2effbe424cfdf32ee0c81ff51d215d50d Mon Sep 17 00:00:00 2001 From: Ebube Chuba Date: Mon, 23 Oct 2023 23:37:11 -0400 Subject: [PATCH] Update README.md fix small typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 39f4711..167aa8c 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,7 @@ interface GeoDocumentData { - `g.geohash` is the geohash generated by the library, and is required in order to make the geoqery. - `g.geopoint` is the GeoPoint used to generate the `g.geohash` field. -Data must be structured this was in order to work, and is why you should use the GeoFirestore library to insert data in order to be able to query it. +Data must be structured this way in order to work, and is why you should use the GeoFirestore library to insert data in order to be able to query it. #### Security Rules