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.
2 parents ba74505 + 37884bc commit cc451e3Copy full SHA for cc451e3
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