From e2a39aefd7e4154dfb8f387a27e4b99850d8328d Mon Sep 17 00:00:00 2001 From: npmcdn-to-unpkg-bot Date: Wed, 7 Sep 2016 10:08:47 +0100 Subject: [PATCH] Replace npmcdn.com with unpkg.com --- index.html | 8 ++++---- node_modules/rxjs/README.md | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index 63055e9..3f864ef 100644 --- a/index.html +++ b/index.html @@ -10,11 +10,11 @@ - + - - - + + + diff --git a/node_modules/rxjs/README.md b/node_modules/rxjs/README.md index f93aeb4..a885a7d 100644 --- a/node_modules/rxjs/README.md +++ b/node_modules/rxjs/README.md @@ -108,10 +108,10 @@ npm install @reactivex/rxjs@5.0.0-beta.1 ### CDN -For CDN, you can use [npmcdn](https://npmcdn.com). Just replace `version` with the current +For CDN, you can use [unpkg](https://unpkg.com). Just replace `version` with the current version on the link below: -https://npmcdn.com/@reactivex/rxjs@version/dist/global/Rx.umd.js +https://unpkg.com/@reactivex/rxjs@version/dist/global/Rx.umd.js #### Node.js Usage: