aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorFeuerfuchs <git@feuerfuchs.dev>2019-06-04 19:58:44 +0200
committerFeuerfuchs <git@feuerfuchs.dev>2019-06-04 19:58:44 +0200
commitadca4d518eea9533e6054666ce6e5681c5a6f196 (patch)
tree4e45cf72f1dbb00f23f94aa65daea99b9c6b0f77 /README.md
parentUpdate import path (diff)
downloadgopherproxy-adca4d518eea9533e6054666ce6e5681c5a6f196.tar.gz
gopherproxy-adca4d518eea9533e6054666ce6e5681c5a6f196.tar.bz2
gopherproxy-adca4d518eea9533e6054666ce6e5681c5a6f196.zip
Add custom styles
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 7215e2b..4b89136 100644
--- a/README.md
+++ b/README.md
@@ -3,8 +3,8 @@
3[![Build Status](https://cloud.drone.io/api/badges/prologic/gopherproxy/status.svg)](https://cloud.drone.io/prologic/gopherproxy) 3[![Build Status](https://cloud.drone.io/api/badges/prologic/gopherproxy/status.svg)](https://cloud.drone.io/prologic/gopherproxy)
4[![CodeCov](https://codecov.io/gh/prologic/gopherproxy/branch/master/graph/badge.svg)](https://codecov.io/gh/prologic/gopherproxy) 4[![CodeCov](https://codecov.io/gh/prologic/gopherproxy/branch/master/graph/badge.svg)](https://codecov.io/gh/prologic/gopherproxy)
5[![Go Report Card](https://goreportcard.com/badge/prologic/gopherproxy)](https://goreportcard.com/report/prologic/gopherproxy) 5[![Go Report Card](https://goreportcard.com/badge/prologic/gopherproxy)](https://goreportcard.com/report/prologic/gopherproxy)
6[![GoDoc](https://godoc.org/github.com/prologic/gopherproxy?status.svg)](https://godoc.org/github.com/prologic/gopherproxy) 6[![GoDoc](https://godoc.org/git.feuerfuchs.dev/Feuerfuchs/gopherproxy?status.svg)](https://godoc.org/git.feuerfuchs.dev/Feuerfuchs/gopherproxy)
7[![Sourcegraph](https://sourcegraph.com/github.com/prologic/gopherproxy/-/badge.svg)](https://sourcegraph.com/github.com/prologic/gopherproxy?badge) 7[![Sourcegraph](https://sourcegraph.com/git.feuerfuchs.dev/Feuerfuchs/gopherproxy/-/badge.svg)](https://sourcegraph.com/git.feuerfuchs.dev/Feuerfuchs/gopherproxy?badge)
8 8
9gopherproxy is a Gopher (RFC 1436) Web Proxy that acts as a gateway into Gopherspace 9gopherproxy is a Gopher (RFC 1436) Web Proxy that acts as a gateway into Gopherspace
10by proxying standard Web HTTP requests to Gopher requests of the target server. 10by proxying standard Web HTTP requests to Gopher requests of the target server.
@@ -16,7 +16,7 @@ Demo: https://gopher.mills.io/
16 16
17## Installation 17## Installation
18 18
19 $ go install github.com/prologic/gopherproxy/... 19 $ go install git.feuerfuchs.dev/Feuerfuchs/gopherproxy/...
20 20
21### Docker 21### Docker
22 22