Skip to content

Commit d735aeb

Browse files
committed
update intallation instructions with name change
1 parent ac7aaf9 commit d735aeb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ The `react-hooks-testing-library` allows you to create a simple test harness for
4949
handles running them within the body of a function component, as well as providing various useful
5050
utility functions for updating the inputs and retrieving the outputs of your amazing custom hook.
5151

52-
Similarly to [`react-testing-library`](http://npm.im/react-testing-library), which this library
52+
Similarly to [`react-testing-library`](http://npm.im/@testing-library/react), which this library
5353
draws much of it's inspiration from, it aims to provide a testing experience as close as possible to
5454
natively using your hook from within a real component.
5555

@@ -110,7 +110,7 @@ test('should decrement counter', () => {
110110
## Installation
111111

112112
```sh
113-
npm install --save-dev react-hooks-testing-library
113+
npm install --save-dev @testing-library/react-hooks
114114
```
115115

116116
We are using [react-test-renderer](https://www.npmjs.com/package/react-test-renderer) as a

0 commit comments

Comments
 (0)