Skip to content

Commit

Permalink
Fix link to cdn (#4014)
Browse files Browse the repository at this point in the history
Link to cdn was not working for version 5. The fix was taken from the reactivex docs http://reactivex.io/rxjs/manual/installation.html#cdn
  • Loading branch information
smac89 authored and benlesh committed Aug 27, 2018
1 parent d56e6c6 commit 972bc67
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,9 @@ npm install @reactivex/[email protected]

For CDN, you can use [unpkg](https://unpkg.com/):

https://unpkg.com/rxjs/bundles/Rx.min.js
https://unpkg.com/rxjs@version/bundles/Rx.min.js

*replace **version** with the current version. See [docs](http://reactivex.io/rxjs/manual/installation.html#cdn).*

#### Node.js Usage:

Expand Down

0 comments on commit 972bc67

Please sign in to comment.