Skip to content

Commit 8231984

Browse files
carpsareokiguessindexzero
carpsareokiguess
authored andcommitted
fix small typos in README
1 parent 81d58c5 commit 8231984

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ http.createServer(function (req, res) {
117117
**[Back to top](#table-of-contents)**
118118

119119
#### Setup a stand-alone proxy server with custom server logic
120-
This example show how you can proxy a request using your own HTTP server
120+
This example shows how you can proxy a request using your own HTTP server
121121
and also you can put your own logic to handle the request.
122122

123123
```js
@@ -229,7 +229,7 @@ http.createServer(function (req, res) {
229229
**[Back to top](#table-of-contents)**
230230

231231
#### Using HTTPS
232-
You can activate the validation of a secure SSL certificate to the target connection (avoid self signed certs), just set `secure: true` in the options.
232+
You can activate the validation of a secure SSL certificate to the target connection (avoid self-signed certs), just set `secure: true` in the options.
233233

234234
##### HTTPS -> HTTP
235235

0 commit comments

Comments
 (0)