Skip to content

Commit f0cb435

Browse files
committed
readme: minor change
1 parent 19c55d3 commit f0cb435

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,11 +97,11 @@ In addition to Geo-Queries, you can also read the collection like you would norm
9797
- `collection.data()`- Observable of document data
9898
- `collection.snapshot()`- Observable of Firestore QuerySnapshot
9999

100-
### `point`
100+
### `point(latitude: number, longitude: number)`
101101

102102
Returns a GeoFirePoint allowing you to create geohashes, format data, and calculate relative distance/bearing.
103103

104-
`geo.point(latitude, longitude)`
104+
Example: `const point = geo.point(38, -119)`
105105

106106
#### Getters
107107

0 commit comments

Comments
 (0)