Skip to content

Commit 72ab453

Browse files
authored
Update README.md (#236)
1 parent ff6c01f commit 72ab453

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ Rascal uses [http.request](https://nodejs.org/api/http.html#httprequesturl-optio
489489
}
490490
```
491491

492-
You can also supply your own agent via the broker components. Use this when you need to set TLS options](https://nodejs.org/api/https.html#httpsrequesturl-options-callback).
492+
You can also supply your own agent via the broker components. Use this when you need to set [TLS options](https://nodejs.org/api/https.html#httpsrequesturl-options-callback).
493493

494494
```js
495495
const https = require('https');

0 commit comments

Comments
 (0)