From af3c3207e91c4fb7778a0bfd0730255828dbe9d4 Mon Sep 17 00:00:00 2001 From: David Hill Date: Sat, 3 Feb 2018 07:11:42 +0000 Subject: [PATCH] Fix link to Folktale.js (#774) --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index dfbc818..94eef11 100644 --- a/readme.md +++ b/readme.md @@ -186,7 +186,7 @@ Just type [`node.cool`](https://node.cool) to go here ✨ - [immutable](https://github.com/facebook/immutable-js) - Immutable data collections. - [mori](http://swannodette.github.io/mori/) - Library for using ClojureScript's persistent data structures and supporting API from the comfort of vanilla JavaScript. - [Ramda](http://ramdajs.com) - Utility library with a focus on flexible functional composition enabled by automatic currying and reversed argument order. Avoids mutating data. -- [Folktale](http://folktalejs.org) - Suite of libraries for generic functional programming in JavaScript that allows you to write elegant, modular applications with fewer bugs, and more reuse. +- [Folktale](http://folktale.origamitower.com) - Suite of libraries for generic functional programming in JavaScript that allows you to write elegant, modular applications with fewer bugs, and more reuse. - [underscore-contrib](http://documentcloud.github.io/underscore-contrib/) - The brass buckles on Underscore's utility belt. - [Mout](http://moutjs.com) - Utility library with the biggest difference between other existing solutions is that you can choose to load only the modules/functions that you need, no extra overhead. - [Bacon.js](http://baconjs.github.io) - Functional reactive programming.