Skip to content

Commit

Permalink
Modifies README
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikhil Sridhar committed Jul 11, 2018
1 parent 1142e3f commit 519c873
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# GeoFirestore — Realtime location queries with Firestore

GeoFirestore is set of open-source libraries for IOS and Android applications which allow you
GeoFirestore is set of open-source libraries for iOS and Android applications which allow you
to store and query a set of documents based on their geographic location. At its heart, GeoFirestore
simply stores locations with string keys. Its main benefit, however, is the possibility of
querying documents within a given geographic area - all in realtime.
Expand All @@ -11,7 +11,7 @@ GeoFirestore uses the Firestore database for data storage, allowing query result

The GeoFirestore library is available in two different languages:

* [GeoFirestore for IOS](https://github.com/imperiumlabs/GeoFirestore-IOS)
* [GeoFirestore for iOS](https://github.com/imperiumlabs/GeoFirestore-iOS)
* [GeoFirestore for Android](https://github.com/imperiumlabs/GeoFirestore-Android)

All of the clients work on the same underlying data structure and have similar APIs, making
Expand Down

0 comments on commit 519c873

Please sign in to comment.