From d29c119ebe54bb1f45add629700cafa8259e5ebb Mon Sep 17 00:00:00 2001 From: Denys Otrishko Date: Thu, 22 Jun 2017 14:00:35 +0300 Subject: [PATCH] doc: fix indentation in README.md PR-URL: https://github.com/metarhia/jstp/pull/232 Reviewed-By: Alexey Orlenko Reviewed-By: Dmytro Nechai --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 45666b86..f57e6da9 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,7 @@ const jstp = require('metarhia-jstp'); // net.connect (host and port) and last argument is a callback // to be called on successful connection or error. const client = jstp.net.connectAndInspect( - 'testApp', null, ['someService'], 3000, 'localhost', handleConnect + 'testApp', null, ['someService'], 3000, 'localhost', handleConnect ); function handleConnect(error, connection, app) {