Skip to content

Commit de25ea6

Browse files
committed
change readme: add Installation word
1 parent 791725f commit de25ea6

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)