Skip to content

Commit

Permalink
doc: fix indentation in README.md
Browse files Browse the repository at this point in the history
PR-URL: #232
Reviewed-By: Alexey Orlenko <eaglexrlnk@gmail.com>
Reviewed-By: Dmytro Nechai <nechaido@gmail.com>
  • Loading branch information
lundibundi authored and belochub committed Jan 22, 2018
1 parent a0b57d4 commit b6c198f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit b6c198f

Please sign in to comment.