Skip to content

Commit ab0eaab

Browse files
authored
Update README.md
1 parent a1db064 commit ab0eaab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ This happens when there is an attempt to handle the same request more than once.
164164
Because direct requests from the browser to the server are being intercepted by Node, making the establishment of a secure connection between them impossible. However, the requests aren't made by the browser, they are made by Node. All `https` requests made through Node using this module are secure. This is evidenced by the connection property of the response object:
165165

166166

167-
```json
167+
```
168168
connection: TLSSocket {
169169
_tlsOptions: {
170170
secureContext: [SecureContext],

0 commit comments

Comments
 (0)