From 4a908e968e4c24d5dfd002c52a5af1409e5e577f Mon Sep 17 00:00:00 2001 From: guoyang007 Date: Thu, 21 Nov 2019 22:43:32 +0800 Subject: [PATCH] docs: fix code indent the code example in store --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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(); + } } ```