diff --git a/README.md b/README.md index 18e08af..5534104 100644 --- a/README.md +++ b/README.md @@ -103,4 +103,14 @@ storeInstance.events.subscribe('stateChange', () => { -Head over to the [demo](#) to see this in action 🚀 \ No newline at end of file +Head over to the [demo](#) to see this in action 🚀 + + + +## Acknowledgements + +Thanks to [Eli Fitch](https://twitter.com/EliFitch/) for giving me the idea to call this Beedle. This matches my preference to call my little projects names based on Zelda. [Here's Beedle from Zelda](https://zelda.gamepedia.com/Beedle). + + + +Thanks to the incredible people who maintain projects such as [Redux](http://redux.js.org), [Vuex](http://vuex.vuejs.org) and [MobX](http://mobx.js.org) et. al. Thanks for making our lives easier and for inspiring this project. \ No newline at end of file diff --git a/package.json b/package.json index 0b94e5a..abdff8f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "beedle", - "version": "0.1.0", + "version": "0.1.1", "description": "Beedle is a tiny little library to help you manage state across your application. Inspired by great libraries like Vuex and Redux, Beedle creates a central store that enables you to both better control and cascade state across your application.", "main": "dist/beedle.js", "scripts": {