Skip to content

Commit

Permalink
Fixed UNPKG bundle path (#6372)
Browse files Browse the repository at this point in the history
  • Loading branch information
duanehutchins committed May 10, 2021
1 parent d4a8e29 commit 3253781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -54,7 +54,7 @@ range(1, 200)

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

https://unpkg.com/rxjs/bundles/rxjs.umd.min.js
[https://unpkg.com/rxjs@^7/dist/bundles/rxjs.umd.min.js](https://unpkg.com/rxjs@%5E7/dist/bundles/rxjs.umd.min.js)

The global namespace for rxjs is `rxjs`:

Expand Down

0 comments on commit 3253781

Please sign in to comment.