File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff 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
1131135.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
1181185.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
Original file line number Diff line number Diff 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
9696version on the link below:
9797
9898For 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
101101For 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
You can’t perform that action at this time.
0 commit comments