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

Commit 1a25f09

Browse files
SpaceK33zFezVrasta
authored andcommitted
docs: fix broken unpkg link in readme (#205)
1 parent 1afb127 commit 1a25f09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ yarn add react-popper@next
2222
Via `script` tag (UMD library exposed as `ReactPopper`):
2323

2424
```html
25-
<script src="https://unpkg.com/react-popper/dist/react-popper.js"></script>
25+
<script src="https://unpkg.com/react-popper/dist/index.umd.js"></script>
2626
```
2727

2828
## Usage

0 commit comments

Comments
 (0)