From 8a5085755c3798f05ed060c4137fdce512d2c473 Mon Sep 17 00:00:00 2001 From: Stephen Cresswell <229672+cressie176@users.noreply.github.com> Date: Sat, 4 May 2024 13:46:46 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 18cb01b..3d75f61 100644 --- a/README.md +++ b/README.md @@ -489,7 +489,7 @@ Rascal uses [http.request](https://nodejs.org/api/http.html#httprequesturl-optio } ``` -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). +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). ```js const https = require('https');