Skip to content

Commit 4c4e7b6

Browse files
author
Jacob Wenger
committed
Fixed dependency instructions in README
1 parent a172e31 commit 4c4e7b6

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,16 @@ Firebase CDN. You can also download them from the
3838
[React](http://facebook.github.io/react/downloads.html) can be downloaded directly from their
3939
respective websites.
4040

41-
You can also install ReactFire via npm or Bower and its dependencies will be downloaded
42-
automatically:
41+
You can also install ReactFire via npm or Bower. If downloading via npm, you will have to install
42+
React and Firebase separately (that is, they are `peerDependencies`):
4343

4444
```bash
45-
$ npm install reactfire --save
45+
$ npm install reactfire react firebase --save
4646
```
4747

48+
On Bower, the React and Firebase dependencies will be downloaded automatically:
49+
50+
4851
```bash
4952
$ bower install reactfire --save
5053
```

0 commit comments

Comments
 (0)