Skip to content

Commit cc451e3

Browse files
authored
Merge pull request #93 from npmcdn-to-unpkg-bot/npmcdn-to-unpkg
Replace npmcdn.com with unpkg.com
2 parents ba74505 + 37884bc commit cc451e3

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
@@ -27,7 +27,7 @@ If you used ES modules, you’re already all good:
2727
import ReduxThunk from 'redux-thunk' // no changes here 😀
2828
```
2929

30-
Additionally, since 2.x, we also support a [UMD build](https://npmcdn.com/redux-thunk@2.0.1/dist/redux-thunk.min.js):
30+
Additionally, since 2.x, we also support a [UMD build](https://unpkg.com/redux-thunk@2.0.1/dist/redux-thunk.min.js):
3131

3232
```js
3333
var ReduxThunk = window.ReduxThunk.default

0 commit comments

Comments
 (0)