Skip to content

Commit cd2e45b

Browse files
authored
Merge pull request #8 from jozn/master
Change readme: add `Installation` word
2 parents 791725f + de25ea6 commit cd2e45b

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
@@ -7,13 +7,13 @@ React Native APIs turned into React Hooks allowing you to access asynchronous AP
77
88
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.
99

10-
### With npm
10+
### Installation with npm
1111

1212
```sh
1313
npm install react-native-hooks
1414
```
1515

16-
With yarn
16+
Installation with yarn
1717
```sh
1818
yarn add react-native-hooks
1919
```

0 commit comments

Comments
 (0)