From 00fe24ca97e707c67af5aac6c0456f9b4fc853f4 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 --- 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) {