diff --git a/README.md b/README.md index c1caeee..c2cbeb9 100644 --- a/README.md +++ b/README.md @@ -253,3 +253,12 @@ subscribables. provided name or the default if one is supplied. `pick` is not directly used with any subscribable but can be useful as the computed function when breaking down a `prop` that contains an object or a container. + +# Inspiration + +FRPTools is the result of years of learning from the following projects: + +* [KnockoutJS](http://knockoutjs.com/) +* [Overture](https://github.com/fastmail/overture) +* [Redux](https://redux.js.org/) +* [Mithril](https://mithril.js.org/)