diff options
author | James Mills <prologic@shortcircuit.net.au> | 2017-09-30 01:22:53 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-30 01:22:53 -0700 |
commit | 1a396a0e6e3b6870e8f92605a7a75803b1c472d5 (patch) | |
tree | 0d613888aa52448e9d279d54d55604f7d3572a99 | |
parent | Spruce up the style a bit (diff) | |
download | gopherproxy-1a396a0e6e3b6870e8f92605a7a75803b1c472d5.tar.gz gopherproxy-1a396a0e6e3b6870e8f92605a7a75803b1c472d5.tar.bz2 gopherproxy-1a396a0e6e3b6870e8f92605a7a75803b1c472d5.zip |
Update README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -11,6 +11,8 @@ by proxying standard Web HTTP requests to Gopher requests of the target server. | |||
11 | gopherproxy is written in Go (#golang) using the | 11 | gopherproxy is written in Go (#golang) using the |
12 | [go-gopher](https://github.com/prologic/go-gopher) library. | 12 | [go-gopher](https://github.com/prologic/go-gopher) library. |
13 | 13 | ||
14 | Demo: https://gopher.mills.io/ | ||
15 | |||
14 | ## Installation | 16 | ## Installation |
15 | 17 | ||
16 | $ go install github.com/prologic/gopherproxy/... | 18 | $ go install github.com/prologic/gopherproxy/... |