From 75e75ffa455d9fad59747007252a4c90bf1f90c6 Mon Sep 17 00:00:00 2001 From: Vlad Goldman Date: Thu, 3 May 2018 20:41:27 +0300 Subject: [PATCH] Update Kefir.js link (#768) --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index e4cf607..5d29eef 100644 --- a/readme.md +++ b/readme.md @@ -201,7 +201,7 @@ - [Bacon.js](http://baconjs.github.io) - Functional reactive programming. - [RxJS](http://reactivex.io) - Functional reactive library for transforming, composing, and querying various kinds of data. - [Lazy.js](https://github.com/dtao/lazy.js) - Utility library similar to lodash/Underscore but with lazy evaluation, which can translate to superior performance in many cases. -- [Kefir.js](https://github.com/rpominov/kefir) - Reactive library with focus on high performance and low memory usage. +- [Kefir.js](https://github.com/kefirjs/kefir) - Reactive library with focus on high performance and low memory usage. ### HTTP