We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00cc012 commit 37884bcCopy full SHA for 37884bc
README.md
@@ -27,7 +27,7 @@ If you used ES modules, you’re already all good:
27
import ReduxThunk from 'redux-thunk' // no changes here 😀
28
```
29
30
-Additionally, since 2.x, we also support a [UMD build](https://npmcdn.com/redux-thunk@2.0.1/dist/redux-thunk.min.js):
+Additionally, since 2.x, we also support a [UMD build](https://unpkg.com/redux-thunk@2.0.1/dist/redux-thunk.min.js):
31
32
```js
33
var ReduxThunk = window.ReduxThunk.default
0 commit comments