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.