diff --git a/README.md b/README.md index 2b24c8e4a8..fd7311be9a 100644 --- a/README.md +++ b/README.md @@ -122,10 +122,6 @@ 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