Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 304fe84

Browse files
authored
docs: update install command
1 parent 4c87083 commit 304fe84

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
@@ -16,9 +16,9 @@ React wrapper around [Popper.js](https://popper.js.org).
1616
Via package managers:
1717

1818
```bash
19-
npm install react-popper --save
19+
npm install react-popper @popperjs/core --save
2020
# or
21-
yarn add react-popper
21+
yarn add react-popper @popperjs/core
2222
```
2323

2424
**Note:** `@popperjs/core` must be installed in your project in order for `react-popper` to work.

0 commit comments

Comments
 (0)