Skip to content
This repository was archived by the owner on Feb 16, 2023. It is now read-only.

Commit 0b5e0fb

Browse files
authored
Specifying version in unpkg links
This will be really important when v2 is released
1 parent c9d0273 commit 0b5e0fb

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
@@ -37,9 +37,9 @@ You can also use the standalone UMD build by including `dist/react-select.js` an
3737
<script src="https://unpkg.com/[email protected]/prop-types.js"></script>
3838
<script src="https://unpkg.com/[email protected]/index.js"></script>
3939
<script src="https://unpkg.com/[email protected]/dist/react-input-autosize.js"></script>
40-
<script src="https://unpkg.com/react-select/dist/react-select.js"></script>
40+
<script src="https://unpkg.com/react-select@1.2.1/dist/react-select.js"></script>
4141

42-
<link rel="stylesheet" href="https://unpkg.com/react-select/dist/react-select.css">
42+
<link rel="stylesheet" href="https://unpkg.com/react-select@1.2.1/dist/react-select.css">
4343
```
4444

4545

0 commit comments

Comments
 (0)