Skip to content

Commit d1068fe

Browse files
committed
Remove next and canary tags from README and quickstart
1 parent 64d26c0 commit d1068fe

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,12 @@ available in
2929

3030
```bash
3131
# npm
32-
npm install reactfire@next
32+
npm install --save reactfire
33+
3334
# yarn
34-
yarn add reactfire@next
35+
yarn add reactfire
3536
```
3637

37-
If you like living life on the edge, use `reactfire@canary`.
38-
3938
## Example use
4039

4140
Check out the

docs/quickstart.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,10 @@ cd myapp
1919

2020
```bash
2121
# yarn
22-
yarn add firebase reactfire@canary
23-
24-
# or
22+
yarn add firebase reactfire
2523

2624
# npm
27-
npm install firebase reactfire@canary
25+
npm install --save firebase reactfire
2826
```
2927

3028
## 3. Create a document in Cloud Firestore

0 commit comments

Comments
 (0)