Skip to content

Commit

Permalink
chore(readme): Simplifes CDN usage directions (#2199)
Browse files Browse the repository at this point in the history
* chore(readme): Simplifes CDN usage directions

* chore(cdn): use rxjs package not reactivex/rxjs
  • Loading branch information
ichpuchtli authored and jayphelps committed Jan 27, 2017
1 parent cba7413 commit da888e4
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,15 +121,8 @@ npm install @reactivex/rxjs@5.0.0
### CDN

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

5.0.0-beta.1 - 5.0.0-beta.11:

https://unpkg.com/@reactivex/rxjs/dist/global/Rx.umd.js


5.0.0-beta.12 or higher:

https://unpkg.com/@reactivex/rxjs/dist/global/Rx.js

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

#### Node.js Usage:

Expand Down

0 comments on commit da888e4

Please sign in to comment.