From a13e0a55ba5868429173d3a2d540416098b065a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9B=D0=B0=D0=BC=D0=BF=D1=83=D1=88=D0=B0?= Date: Mon, 14 Jan 2019 17:12:15 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e9502cb..3b411ce 100644 --- a/README.md +++ b/README.md @@ -329,7 +329,7 @@ var sApp = startApp.set({ /* params */ sApp.start(function(success) { console.log(success); }, function(error) { - console.error(success); + console.error(error); }); ```