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) {