Skip to content

Commit 3253781

Browse files
Fixed UNPKG bundle path (#6372)
1 parent d4a8e29 commit 3253781

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ range(1, 200)
5454

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

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

5959
The global namespace for rxjs is `rxjs`:
6060

0 commit comments

Comments
 (0)