Skip to content

Commit

Permalink
typo in server example (#925)
Browse files Browse the repository at this point in the history
tried to run and found, works like a charm after change
  • Loading branch information
vladimirbuskin authored and herom committed Mar 22, 2017
1 parent bd762cc commit 14aa52c
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 @@ -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);
});

```
Expand Down

0 comments on commit 14aa52c

Please sign in to comment.