Skip to content

Commit

Permalink
Merge pull request #8 from jozn/master
Browse files Browse the repository at this point in the history
Change readme: add `Installation` word
  • Loading branch information
dabit3 committed Feb 9, 2019
2 parents 791725f + de25ea6 commit cd2e45b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ React Native APIs turned into React Hooks allowing you to access asynchronous AP
To get started with hooks in React Native right away, follow the instructions on [this](https://github.com/facebook/react-native/issues/21967#issuecomment-434113687) thread.

### With npm
### Installation with npm

```sh
npm install react-native-hooks
```

With yarn
Installation with yarn
```sh
yarn add react-native-hooks
```
Expand Down

0 comments on commit cd2e45b

Please sign in to comment.