Skip to content

Commit fbf1498

Browse files
committed
Update readme
1 parent 1ac12d1 commit fbf1498

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ or you can use **yarn**:
4646
yarn add react-goodbye
4747
```
4848

49+
> note: react-goodbye uses React 16.3 new context api under the hood. Therefore, only React v16.3+ are supported.
50+
4951
## Usage
5052

5153
* Decorate your router provider from react-router using `withGoodBye`:
@@ -109,7 +111,6 @@ class Page extends React.Component {
109111
}
110112
```
111113
112-
> note: react-goodbye uses React 16.3 new context api under the hood. Therefore, only React v16.3+ are supported.
113114
114115
## API Reference
115116

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-goodbye",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"keywords": [
55
"react",
66
"react-router",

0 commit comments

Comments
 (0)