Skip to content

Commit

Permalink
Add ReactiveX docs link to README
Browse files Browse the repository at this point in the history
  • Loading branch information
jayphelps committed Feb 12, 2016
1 parent b6ca473 commit 830e9d4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -121,6 +121,10 @@ Rx.Observable.of('hello world')
.subscribe(function(x) { console.log(x); });
```

## API Documentation

Automatically generated documentation can be found on the ReactiveX website: http://reactivex.io/RxJS

## Goals

- Provide better performance than preceding versions of RxJS
Expand Down

0 comments on commit 830e9d4

Please sign in to comment.