Skip to content

Commit e43220e

Browse files
authored
Merge pull request #939 from dpraimeyuu/master
Added missing markdown js block opening to README.md
2 parents 804bebb + d9be9d4 commit e43220e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,7 @@ var client = new SwaggerClient({
334334

335335
You can also pass in your own version superagent (if, for example, you have other superagent plugins etc that you want to use)
336336

337+
```js
337338
var agent = require('some-other-special-superagent');
338339

339340
var client = new SwaggerClient({

0 commit comments

Comments
 (0)