mattak / Unidux

Redux Architecture for Unity 🎩
MIT License
386 stars 27 forks source link

READMEの修正 #124

Closed tenmihi closed 6 years ago

tenmihi commented 6 years ago

理由

CountDispatcherでCount.ActionTypeを渡してDispatchしてますが,これだと実際Reducerに対応したAction がないと判断されてしまう

修正ファイル

修正内容

CountDispatcherでCount.ActionTypeとしているところを,ActionCreatorを通してActionを作ってそれをDispatchしてあげるように変更

tenmihi commented 6 years ago

もともと丁寧なREADMEであると私は感じているので,軽微な修正点ですが直してあげたいです 🙇

mattak commented 6 years ago

LGTM @tenmihi SUPEEEEERRRRRRR AWESOME!!!! Thanks for reporting! I merge it.