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

Commit d084b32

Browse files
OffirmoFezVrasta
authored andcommitted
doc: remove @next + clarify use (#210)
fixes #202 and #209
1 parent 4a0b960 commit d084b32

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,16 @@
99

1010
React wrapper around [Popper.js](https://popper.js.org).
1111

12+
**important note:** popper.js is **not** a tooltip library, it's a *positioning engine* to be used to build features such as (but not restricted to) tooltips.
13+
1214
## Install
1315

1416
Via package managers:
1517

1618
```bash
17-
npm install react-popper@next --save
19+
npm install react-popper --save
1820
# or
19-
yarn add react-popper@next
21+
yarn add react-popper
2022
```
2123

2224
Via `script` tag (UMD library exposed as `ReactPopper`):

0 commit comments

Comments
 (0)