Skip to content

Commit 16ca17e

Browse files
authored
Update README.md
1 parent ef58420 commit 16ca17e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ React Firebase Hooks v3 requires **React 16.8.0 or later** and **Firebase v8.0.0
1515
1616
```bash
1717
# with npm
18-
npm install --save react-firebase-hooks
18+
npm install --save react-firebase-hooks@3.0.4
1919

2020
# with yarn
21-
yarn add react-firebase-hooks
21+
yarn add react-firebase-hooks@3.0.4
2222
```
2323

2424
This assumes that you’re using the [npm](https://npmjs.com) or [yarn](https://yarnpkg.com/) package managers with a module bundler like [Webpack](https://webpack.js.org/) or [Browserify](http://browserify.org/) to consume [CommonJS](http://webpack.github.io/docs/commonjs.html) modules.

0 commit comments

Comments
 (0)