From 1d5e9d949b4b59abae2efc6ba766b3473722d1a6 Mon Sep 17 00:00:00 2001 From: y1j2x34 <1369418490@qq.com> Date: Tue, 19 Dec 2017 16:30:17 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f711810..5ab1d11 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ npm run test_phantomjs ```js var Point = Class.create({ - static: { + statics: { DIMENSION: 1 }, init: function(self, x, y){ @@ -371,4 +371,4 @@ console.info(Color.RED.name() === 'RED'); // true var State = Class.createEnum(['Stopped','Running', 'Paused']); console.info(State.Stopped instanceof State); // true console.info(State.values());// [Stopped {}, Running {}, Paused {} ] -``` \ No newline at end of file +```