aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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/...