Skip to content

Commit 0a4789a

Browse files
Danny Tatomjhuleatt
authored andcommitted
Clarify versions in README (#165)
1 parent 803159c commit 0a4789a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,13 @@ Status: Alpha
1717

1818
```bash
1919
# npm
20-
npm install reactfire
20+
npm install reactfire@next
2121
# yarn
22-
yarn add reactfire
22+
yarn add reactfire@next
2323
```
2424

25+
If you like living life on the edge, use `reactfire@canary`.
26+
2527
## Example use
2628

2729
Check out the [live version on StackBlitz](https://stackblitz.com/edit/reactfire-sample)!

0 commit comments

Comments
 (0)