Skip to content

Commit

Permalink
Merge pull request #93 from npmcdn-to-unpkg-bot/npmcdn-to-unpkg
Browse files Browse the repository at this point in the history
Replace npmcdn.com with unpkg.com
  • Loading branch information
timdorr authored May 25, 2018
2 parents ba74505 + 37884bc commit cc451e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ If you used ES modules, you’re already all good:
import ReduxThunk from 'redux-thunk' // no changes here 😀
```

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

```js
var ReduxThunk = window.ReduxThunk.default
Expand Down

0 comments on commit cc451e3

Please sign in to comment.