Skip to content

Commit 0b14db0

Browse files
committed
docs(README): flip beta to release candidate
1 parent 42af49a commit 0b14db0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
[![Selenium Test Status](https://saucelabs.com/browser-matrix/rxjs5.svg)](https://saucelabs.com/u/rxjs5)
77

8-
# RxJS 5 (beta)
8+
# RxJS 5 (release candidate)
99

1010
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.
1111

@@ -106,7 +106,7 @@ npm install @reactivex/rxjs
106106
If you are using npm **version 2** before this library has achieved a stable version, you need to specify the library version explicitly:
107107

108108
```sh
109-
npm install @reactivex/[email protected]beta.1
109+
npm install @reactivex/[email protected]rc.1
110110
```
111111

112112
### CDN

0 commit comments

Comments
 (0)