Skip to content

Commit

Permalink
fix small typos in README
Browse files Browse the repository at this point in the history
  • Loading branch information
carpsareokiguess authored and jcrugzz committed Apr 19, 2018
1 parent 52d8fa1 commit 48f372b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -117,7 +117,7 @@ http.createServer(function (req, res) {
**[Back to top](#table-of-contents)**

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

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

#### Using HTTPS
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.
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.

##### HTTPS -> HTTP

Expand Down

0 comments on commit 48f372b

Please sign in to comment.