Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
manast committed Aug 27, 2014
1 parent 907ac83 commit c4fabd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,11 @@ var redbird = new require('redbird')({
// Since we will only have one https host, we dont need to specify additional certificates.
redbird.register('localhost', 'http://localhost:8082', {ssl: true});
``
```

3) Test it:

Point your browser to localhost:8000 and you will see how it automatically redirects to your https server and proxies you to
Point your browser to ```localhost:8000``` and you will see how it automatically redirects to your https server and proxies you to
your target server.


Expand Down

0 comments on commit c4fabd7

Please sign in to comment.