From 10c4edd3c571c6f34498acc6a283bf21caaa0d47 Mon Sep 17 00:00:00 2001 From: Siegfried Ehret Date: Tue, 25 Jul 2017 15:51:32 +0200 Subject: [PATCH] Update repo for js-csp (#713) --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 6e55666..6e222e2 100644 --- a/readme.md +++ b/readme.md @@ -409,7 +409,7 @@ Just type [`node.cool`](https://node.cool) to go here ✨ - [each-async](https://github.com/sindresorhus/each-async) - Async concurrent iterator like forEach. - [async](https://github.com/caolan/async) - Provides straight-forward, powerful functions for working with asynchronicity. - Channels - - [js-csp](https://github.com/jlongster/js-csp) - Communicating sequential processes for JavaScript (like Clojurescript core.async, or Go). + - [js-csp](https://github.com/ubolonton/js-csp) - Communicating sequential processes for JavaScript (like Clojurescript core.async, or Go). - Other - [zone](https://github.com/strongloop/zone) - Provides a way to group and track resources and errors across asynchronous operations.