Skip to content

Commit 6284a07

Browse files
committed
Formatting for GitHub
1 parent 0c4de54 commit 6284a07

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,10 @@ If *config* is a string, it will be interpreted as *config.url*.
120120

121121
```js
122122
agentOptions: {
123-
ca: [fs.readFileSync('.ssl/sub.class1.server.ca.pem'), fs.readFileSync('.ssl/ca.pem')]
123+
ca: [
124+
fs.readFileSync('.ssl/sub.class1.server.ca.pem'),
125+
fs.readFileSync('.ssl/ca.pem')
126+
]
124127
}
125128
```
126129

0 commit comments

Comments
 (0)