From 2321ed17a00453a3e91a6c81451d353b34644a6b Mon Sep 17 00:00:00 2001 From: Abhay V Ashokan <35297280+AbhayVAshokan@users.noreply.github.com> Date: Thu, 4 Aug 2022 20:59:38 +0530 Subject: [PATCH] Updated the link to ramda (#827) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 299a91c..681f4b3 100644 --- a/README.md +++ b/README.md @@ -423,7 +423,7 @@ There're also some great commercial libraries, like [amchart](https://www.amchar * [lodash](https://github.com/lodash/lodash) - A utility library delivering consistency, customization, performance, & extras. * [Sugar](https://github.com/andrewplummer/Sugar) - A JavaScript library for working with native objects. * [lazy.js](https://github.com/dtao/lazy.js) - Like Underscore, but lazier. -* [ramda](https://github.com/CrossEye/ramda) - A practical functional library for JavaScript programmers. +* [ramda](https://github.com/ramda/ramda) - A practical functional library for JavaScript programmers. * [mout](https://github.com/mout/mout) - Modular JavaScript Utilities. * [preludejs](https://github.com/alanrsoares/prelude-js) - Hardcore Functional Programming for JavaScript. * [rambda](https://github.com/selfrefactor/rambda) - Faster and smaller alternative to *Ramda*.