From 8231984fb02dca331b4ef77e089db50855eea4f5 Mon Sep 17 00:00:00 2001 From: carpsareokiguess Date: Mon, 30 Oct 2017 22:31:05 +0100 Subject: [PATCH] fix small typos in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ac466d0..9eb56bb 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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