Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
xJkit committed May 3, 2018
1 parent 1ac12d1 commit fbf1498
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ or you can use **yarn**:
yarn add react-goodbye
```

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

* Decorate your router provider from react-router using `withGoodBye`:
Expand Down Expand Up @@ -109,7 +111,6 @@ class Page extends React.Component {
}
```
> note: react-goodbye uses React 16.3 new context api under the hood. Therefore, only React v16.3+ are supported.
## API Reference
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-goodbye",
"version": "0.3.0",
"version": "0.3.1",
"keywords": [
"react",
"react-router",
Expand Down

0 comments on commit fbf1498

Please sign in to comment.