From a1ac3f287e895270f4e34306ac754a62a9848fa4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20=C4=8Curn?= Date: Tue, 23 Jul 2024 08:42:23 +0200 Subject: [PATCH] Update README.md (#543) --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index 288770e8..77d3dae0 100644 --- a/README.md +++ b/README.md @@ -312,11 +312,6 @@ const exampleServer = https.createServer({ }); ``` -```diff --if (request.url.toLowerCase() === 'example.com:80') { -+if (request.url.toLowerCase() === 'example.com:443') { -``` - ## Closing the server To shut down the proxy server, call the `close([destroyConnections], [callback])` function. For example: