From 5f93f819f96a1fa0c6c287de9c2a766d5eec6348 Mon Sep 17 00:00:00 2001 From: Ben Lesh Date: Mon, 12 Dec 2016 17:24:38 -0800 Subject: [PATCH] chore(readme): remove release candidate stuff --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0b17639c94..a387882c78 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [![Selenium Test Status](https://saucelabs.com/browser-matrix/rxjs5.svg)](https://saucelabs.com/u/rxjs5) -# RxJS 5 (release candidate) +# RxJS 5 Reactive Extensions Library for JavaScript. This is a rewrite of [Reactive-Extensions/RxJS](https://github.com/Reactive-Extensions/RxJS) and is intended to supersede it once this is ready. This rewrite is meant to have better performance, better modularity, better debuggable call stacks, while staying mostly backwards compatible, with some breaking changes that reduce the API surface. @@ -108,7 +108,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-rc.1 +npm install @reactivex/rxjs@5.0.0 ``` ### CDN