Skip to content

Commit

Permalink
chore(readme): remove release candidate stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
benlesh committed Dec 13, 2016
1 parent 0a28395 commit 5f93f81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -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.

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 5f93f81

Please sign in to comment.