From 19d81cf99cf8991607ff4cacedc777daed6b73c9 Mon Sep 17 00:00:00 2001 From: James Hu Date: Wed, 5 Oct 2016 13:14:21 -0700 Subject: [PATCH] Update README --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b45ec6..0970ea2 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,13 @@ You can also pass options into `reverse_proxy` 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