-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(readme): remove release candidate stuff
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/[email protected]-rc.1 | ||
npm install @reactivex/[email protected] | ||
``` | ||
|
||
### CDN | ||
|