Skip to content

Commit b38b5fd

Browse files
authored
chore(docs): Update README for next releases (#429)
1 parent a2ee25d commit b38b5fd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ Status: Beta
1616
## Install
1717

1818
```bash
19-
npm install angularfire2 firebase --save
19+
npm install firebase angularfire2 --save
20+
# Or install the pre-release for RC5
21+
npm install firebase angularfire2@next --save
2022
```
2123

2224
## Example use:

0 commit comments

Comments
 (0)