Skip to content

Commit 4a1f00c

Browse files
committed
Merge pull request vpulim#513 from droppedoncaprica/master
Fix typo in header, breaking heading.
2 parents 63be4f1 + 89a2ff7 commit 4a1f00c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ as default request options to the constructor:
184184
// result is a javascript object
185185
})
186186
```
187-
+#### Options (optional)
187+
#### Options (optional)
188188
- Accepts any option that the request module accepts, see [here.](https://github.com/mikeal/request)
189189
- For example, you could set a timeout of 5 seconds on the request like this:
190190
``` javascript
@@ -245,7 +245,7 @@ soap.createClient(__dirname + '/wsdl/default_namespace.wsdl', wsdlOptions, funct
245245
###Overriding the `xml` key
246246
As `valueKey`, `node-soap` uses `$xml` as key. The xml key is used to pass XML Object without adding namespace or parsing the string.
247247

248-
Example :
248+
Example :
249249

250250
```javascript
251251
dom = {
@@ -259,7 +259,7 @@ dom = {
259259
<childnode></childnode>
260260
</parentnode>
261261
</tns:dom>
262-
```
262+
```
263263

264264
You can define your own `xmlKey` by passing it in the `wsdl_options` to the createClient call like so:
265265
```javascript

0 commit comments

Comments
 (0)