diff --git a/Readme.md b/Readme.md index a120e527a..261bd6b1e 100644 --- a/Readme.md +++ b/Readme.md @@ -128,7 +128,7 @@ This client has a built in WSDL cache. You can use the `disableCache` option to The `options` argument allows you to customize the client with the following properties: - endpoint: to override the SOAP service's host specified in the `.wsdl` file. -- envelopeKey: to set specific key instead of `
<soap:Body>soap:Body>
`. +- envelopeKey: to set specific key instead of `
`. - preserveWhitespace: to preserve leading and trailing whitespace characters in text and cdata. - escapeXML: escape special XML characters in SOAP message (e.g. `&`, `>`, `<` etc), default: `true`. - suppressStack: suppress the full stack trace for error messages.