Skip to content

Commit 691dd2e

Browse files
authored
Merge branch 'master' into patch-1
2 parents f3b08c1 + 990594b commit 691dd2e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,16 +108,16 @@ npm install @reactivex/rxjs@5.0.0-beta.1
108108

109109
### CDN
110110

111-
For CDN, you can use [npmcdn](https://npmcdn.com):
111+
For CDN, you can use [unpkg](https://unpkg.com/):
112112

113113
5.0.0-beta.1 - 5.0.0-beta.11:
114114

115-
https://npmcdn.com/@reactivex/rxjs/dist/global/Rx.umd.js
115+
https://unpkg.com/@reactivex/rxjs/dist/global/Rx.umd.js
116116

117117

118118
5.0.0-beta.12 or higher:
119119

120-
https://npmcdn.com/@reactivex/rxjs/dist/global/Rx.umd.js
120+
https://unpkg.com/@reactivex/rxjs/dist/global/Rx.js
121121

122122
#### Node.js Usage:
123123

doc/installation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,11 +92,11 @@ npm install @reactivex/rxjs@5.0.0-beta.1
9292

9393
## CDN
9494

95-
For CDN, you can use [npmcdn](https://npmcdn.com). Just replace `version` with the current
95+
For CDN, you can use [unpkg](https://unpkg.com). Just replace `version` with the current
9696
version on the link below:
9797

9898
For RxJS 5.0.0-beta.1 through beta.11:
99-
https://npmcdn.com/@reactivex/rxjs@version/dist/global/Rx.umd.js
99+
https://unpkg.com/@reactivex/rxjs@version/dist/global/Rx.umd.js
100100

101101
For RxJS 5.0.0-beta.12 and higher:
102-
https://npmcdn.com/@reactivex/rxjs@version/dist/global/Rx.js
102+
https://unpkg.com/@reactivex/rxjs@version/dist/global/Rx.js

0 commit comments

Comments
 (0)