Skip to content

Commit db67713

Browse files
authored
docs(readme): Callout 5.0 docs
1 parent ac0787b commit db67713

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,12 @@ Status: Release candidate
2525

2626
```bash
2727
npm install firebase angularfire2 --save
28+
# Or use the 5.0 beta API! Will be released soon
29+
npm install firebase angularfire2@next --save
2830
```
2931

32+
## Note: These docs reference the beta 5.0 API which will be released soon.
33+
3034
## Example use:
3135

3236
```ts

0 commit comments

Comments
 (0)