Skip to content

Commit 32f5118

Browse files
committed
Changed Usage to API. Added --save-dev to installation instructions
1 parent 4f9205e commit 32f5118

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
@@ -114,10 +114,10 @@ describe('custom hook tests', () => {
114114
## Installation
115115

116116
```sh
117-
npm install react-hooks-testing-library
117+
npm install --save-dev react-hooks-testing-library
118118
```
119119

120-
## Usage
120+
## API
121121

122122
### `renderHook(callback[, options])`
123123

0 commit comments

Comments
 (0)