Skip to content

Commit

Permalink
Fixes #285
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinavsingh committed Feb 2, 2020
1 parent 12de12d commit dcbd4ad
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 @@ -677,7 +677,7 @@ Extend in-built Web Server to add Reverse Proxy capabilities.
Start `proxy.py` as:
```bash
❯ proxy \
❯ proxy --enable-web-server \
--plugins proxy.plugin.ReverseProxyPlugin
```
Expand Down Expand Up @@ -712,7 +712,7 @@ Demonstrates inbuilt web server routing using plugin.
Start `proxy.py` as:
```bash
❯ proxy \
❯ proxy --enable-web-server \
--plugins proxy.plugin.WebServerPlugin
```
Expand Down

0 comments on commit dcbd4ad

Please sign in to comment.