From 2653688e6f1264d9ddf011cca0b2770ed293f2a5 Mon Sep 17 00:00:00 2001 From: npmcdn-to-unpkg-bot Date: Thu, 1 Sep 2016 23:01:42 +0100 Subject: [PATCH] Replace npmcdn.com with unpkg.com --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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`.