From da226d5fc199c79f6d415c4a8245e830ad588cf1 Mon Sep 17 00:00:00 2001 From: Thrasos Thrasyvoulou Date: Wed, 9 Oct 2019 10:47:57 +0300 Subject: [PATCH] Update GitHub Repo url of RxJS --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b191efa..b6d87fe 100644 --- a/README.md +++ b/README.md @@ -364,7 +364,7 @@ There're also some great commercial libraries, like [amchart](https://www.amchar ## Reactive Programming *Reactive programming libraries to extend JavaScript’s capabilities.* -* [RxJs](https://github.com/Reactive-Extensions/RxJS) - The Reactive Extensions for JavaScript. +* [RxJs](https://github.com/ReactiveX/rxjs) - The Reactive Extensions for JavaScript. * [Bacon](https://github.com/baconjs/bacon.js) - FRP (functional reactive programming) library for JavaScript. * [Kefir](https://github.com/pozadi/kefir) - FRP library for JavaScript inspired by Bacon.js and RxJS with focus on high performance and low memory consumption. * [Highland](http://highlandjs.org/) - Re-thinking the JavaScript utility belt, Highland manages synchronous and asynchronous code easily, using nothing more than standard JavaScript and Node-like Streams.