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

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
@@ -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/[email protected]/prop-types.js"></script>
3232
<script src="https://unpkg.com/[email protected]/index.js"></script>
3333
<script src="https://unpkg.com/[email protected]/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)