From be4aec30db6d61320018bc1bae362d6e12af6d54 Mon Sep 17 00:00:00 2001 From: Pol Dellaiera Date: Fri, 26 Feb 2021 08:43:15 +0100 Subject: [PATCH] fix: Typo in README. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0c57b46d6..7065ee402 100644 --- a/README.md +++ b/README.md @@ -57,9 +57,9 @@ This library has been inspired by: * [mtdowling/transducers][mtdowling/transducers] * [Ruby Array][ruby array] * [Collect.js][collect.js] -* [Rambda][rambda] * [nikic/iter][nikic/iter package] * [Haskell][haskell] +* [Ramda][ramda] * [Lazy.js][lazy.js] ## Features @@ -239,5 +239,5 @@ For more detailed changelogs, please check [the release changelogs][changelog-re [haskell]: https://www.haskell.org/ [brian lonsdorf conference]: https://www.youtube.com/watch?v=m3svKOdZijA [hugh jackson post]: http://hughfdjackson.com/javascript/why-curry-helps/ -[rambda]: https://ramdajs.com/ -[flatmap]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/flatMap \ No newline at end of file +[ramda]: https://ramdajs.com/ +[flatmap]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/flatMap