Skip to content

Commit ae57dc2

Browse files
npmcdn-to-unpkg-botiamdustan
authored andcommitted
Replace npmcdn.com with unpkg.com (#68)
1 parent 50d0da3 commit ae57dc2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ npm install react-maskedinput --save
2020

2121
The browser bundle exposes a global `MaskedInput` variable and expects to find a global `React` (>= 0.14.0) variable to work with.
2222

23-
* [react-maskedinput.js](https://npmcdn.com/react-maskedinput/umd/react-maskedinput.js) (development version)
24-
* [react-maskedinput.min.js](https://npmcdn.com/react-maskedinput/umd/react-maskedinput.min.js) (compressed production version)
23+
* [react-maskedinput.js](https://unpkg.com/react-maskedinput/umd/react-maskedinput.js) (development version)
24+
* [react-maskedinput.min.js](https://unpkg.com/react-maskedinput/umd/react-maskedinput.min.js) (compressed production version)
2525

2626
## Usage
2727

0 commit comments

Comments
 (0)