Skip to content

Commit b707f63

Browse files
Merge pull request #116 from kgeis/patch-1
fix typo in CDN instructions
2 parents f38918a + b7080b7 commit b707f63

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ You can also use the standalone UMD build by including `dist/react-select-plus.j
3131
<script src="https://unpkg.com/prop-types@15.5.10/prop-types.js"></script>
3232
<script src="https://unpkg.com/classnames@2.2.5/index.js"></script>
3333
<script src="https://unpkg.com/react-input-autosize@2.0.0/dist/react-input-autosize.js"></script>
34-
<script src="https://unpkg.com/react-select/dist/react-select-plus.js"></script>
34+
<script src="https://unpkg.com/react-select-plus/dist/react-select-plus.js"></script>
3535

3636
<link rel="stylesheet" href="https://unpkg.com/react-select-plus/dist/react-select-plus.css">
3737
```

0 commit comments

Comments
 (0)