Skip to content

Commit c77c385

Browse files
authored
Merge pull request #50 from npmcdn-to-unpkg-bot/npmcdn-to-unpkg
Replace npmcdn.com with unpkg.com
2 parents 950c14b + d67957d commit c77c385

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ Don't forget to manually install peer dependencies (`react`) if you use npm@3.
2727

2828
### Bower:
2929
```sh
30-
bower install --save https://npmcdn.com/react-debounce-input/bower.zip
30+
bower install --save https://unpkg.com/react-debounce-input/bower.zip
3131
```
3232

3333

3434
### 1998 Script Tag:
3535
```html
36-
<script src="https://npmcdn.com/react/dist/react.js"></script>
37-
<script src="https://npmcdn.com/react-debounce-input/build/react-debounce-input.js"></script>
36+
<script src="https://unpkg.com/react/dist/react.js"></script>
37+
<script src="https://unpkg.com/react-debounce-input/build/react-debounce-input.js"></script>
3838
(Module exposed as `DebounceInput`)
3939
```
4040

0 commit comments

Comments
 (0)