Skip to content

Commit a1ac3f2

Browse files
authored
Update README.md (#543)
1 parent 1ef5588 commit a1ac3f2

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -312,11 +312,6 @@ const exampleServer = https.createServer({
312312
});
313313
```
314314

315-
```diff
316-
-if (request.url.toLowerCase() === 'example.com:80') {
317-
+if (request.url.toLowerCase() === 'example.com:443') {
318-
```
319-
320315
## Closing the server
321316

322317
To shut down the proxy server, call the `close([destroyConnections], [callback])` function. For example:

0 commit comments

Comments
 (0)