Skip to content

Commit

Permalink
Credit where credit is due
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy-set-studio committed Aug 2, 2018
1 parent 1416910 commit 0cca4c1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,14 @@ storeInstance.events.subscribe('stateChange', () => {



Head over to the [demo](#) to see this in action 🚀
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.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 0cca4c1

Please sign in to comment.