From 32374d85f3e3fe2337b73460fbb65d5c30a13142 Mon Sep 17 00:00:00 2001 From: Kyle Kelley Date: Sat, 30 Jan 2016 10:50:32 -0600 Subject: [PATCH] chore(README): provide up to date scoped install --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a11d61ef4..246137e99c 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ npm install @reactivex/rxjs If you are using npm **version 2** before this library has achieved a stable version, you need to specify the library version explicitly: ```sh -npm install @reactivex/rxjs@5.0.0-alpha.10 +npm install @reactivex/rxjs@5.0.0-beta.1 ``` ### CDN