diff --git a/README.md b/README.md index e3ad04c..fb4c266 100644 --- a/README.md +++ b/README.md @@ -151,10 +151,10 @@ class StatusStore extends Reflux.Store // calls on Actions.firstAction(); } - onSecondAction() - { - // calls on Actions.secondAction(); - } + onSecondAction() + { + // calls on Actions.secondAction(); + } } ```