diff --git a/Readme.md b/Readme.md index 637f3b77c..0fb1930f3 100644 --- a/Readme.md +++ b/Readme.md @@ -162,7 +162,7 @@ Note: for versions of node >0.10.X, you may need to specify `{connection: 'keep- app.listen(8001, function(){ //Note: /wsdl route will be handled by soap module //and all other routes & middleware will continue to work - soap.listen(app, '/wsdl', service, xml); + soap.listen(app, '/wsdl', myService, xml); }); ```