aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJames Mills <prologic@shortcircuit.net.au>2017-09-30 01:22:53 -0700
committerGitHub <noreply@github.com>2017-09-30 01:22:53 -0700
commit1a396a0e6e3b6870e8f92605a7a75803b1c472d5 (patch)
tree0d613888aa52448e9d279d54d55604f7d3572a99 /README.md
parentSpruce up the style a bit (diff)
downloadgopherproxy-1a396a0e6e3b6870e8f92605a7a75803b1c472d5.tar.gz
gopherproxy-1a396a0e6e3b6870e8f92605a7a75803b1c472d5.tar.bz2
gopherproxy-1a396a0e6e3b6870e8f92605a7a75803b1c472d5.zip
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 372a320..9d2cbc0 100644
--- a/README.md
+++ b/README.md
@@ -11,6 +11,8 @@ by proxying standard Web HTTP requests to Gopher requests of the target server.
11gopherproxy is written in Go (#golang) using the 11gopherproxy 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
14Demo: 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/...