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

Commit 95c5385

Browse files
authored
docs: Added 0.x doc link
1 parent af27e98 commit 95c5385

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Via package managers:
1515
```bash
1616
npm install react-popper@next --save
1717
# or
18-
yarn add react-popper
18+
yarn add react-popper@next
1919
```
2020

2121
Via `script` tag (UMD library exposed as `ReactPopper`):
@@ -26,6 +26,8 @@ Via `script` tag (UMD library exposed as `ReactPopper`):
2626

2727
## Usage
2828

29+
> Using `[email protected]`? You can find its documentation [clicking here](https://github.com/souporserious/react-popper/tree/v0.x)
30+
2931
Example:
3032

3133
```jsx

0 commit comments

Comments
 (0)