Update README

This commit is contained in:
James Hu 2016-10-05 13:14:21 -07:00
parent 73596e347c
commit 19d81cf99c
1 changed files with 7 additions and 1 deletions

View File

@ -58,7 +58,13 @@ You can also pass options into `reverse_proxy`
reverse_proxy "http://localhost:8000", path: "custom-path", headers: { 'X-Foo' => "Bar" } reverse_proxy "http://localhost:8000", path: "custom-path", headers: { 'X-Foo' => "Bar" }
``` ```
Sorry if these instructions are sparse. Feel free to reach out or read the source! Use this method to determine what version you're running
```ruby
ReverseProxy.version
```
Feel free to open an issue!
## Contributing ## Contributing