diff --git a/README.md b/README.md index bbf0ed830..33122af6e 100644 --- a/README.md +++ b/README.md @@ -107,8 +107,8 @@ after_success: This will build a browser ready version into `dist`, so after publishing the results will be available under ``` -https://npmcdn.com//dist/index.js -https://npmcdn.com//dist/index.min.js +https://unpkg.com//dist/index.js +https://unpkg.com//dist/index.min.js ``` There is also an ES5 build that will be placed in `lib` that will be required by default from consumers using `require`.