Skip to content

Commit

Permalink
[#357] Correct documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
monkpow committed Sep 19, 2018
1 parent 3c4d8f9 commit c8cdb67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -350,8 +350,8 @@ app.use('/proxy', proxy('www.google.com', {

#### https

Normally, your proxy request will be made on the same protocol as the original
request. If you'd like to force the proxy request to be https, use this
Normally, your proxy request will be made on the same protocol as the `host`
parameter. If you'd like to force the proxy request to be https, use this
option.

```js
Expand Down

0 comments on commit c8cdb67

Please sign in to comment.