Skip to content

Commit bd233e5

Browse files
committed
readme: fix typo
1 parent 15f0b87 commit bd233e5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,6 @@ query.subscribe(console.log);
5757

5858
## API
5959

60-
Better docs soon, code is well-documented via typings...
61-
6260
### `collection(path: string, query? QueryFn)`
6361

6462
Creates reference to a Firestore collection that can be used to make geo-queries and perform writes If you pass an optional Firestore query function, all subsequent geo-queries will be limited to this subset of documents
@@ -131,7 +129,7 @@ ref.add({ location: point });
131129
ref.add({ location: point.data });
132130
```
133131

134-
### Making Dynamic Reatime Queries the RxJS Way
132+
### Make Dynamic Queries the RxJS Way
135133

136134
```ts
137135
const radius = new BehaviorSubject(1);

0 commit comments

Comments
 (0)