aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJames Mills <prologic@shortcircuit.net.au>2017-01-12 00:58:51 -0800
committerJames Mills <prologic@shortcircuit.net.au>2017-01-12 00:58:51 -0800
commit18c3ae98e11abf8dc9c0c0191ffd1032010d3834 (patch)
treedde9f0bfbe4c01910b93cc03d29f9cf226e2124a /README.md
parentAdded Travis CI config (diff)
downloadgopherproxy-18c3ae98e11abf8dc9c0c0191ffd1032010d3834.tar.gz
gopherproxy-18c3ae98e11abf8dc9c0c0191ffd1032010d3834.tar.bz2
gopherproxy-18c3ae98e11abf8dc9c0c0191ffd1032010d3834.zip
Updated README with badges
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/README.md b/README.md
index 057500c..9d6609f 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,11 @@
1# Gopher (RFC 1436) Web Proxy 1# Gopher (RFC 1436) Web Proxy
2
3[![Build Status](https://travis-ci.org/prologic/gopherproxy.svg)](https://travis-ci.org/prologic/gopherproxy) 2[![Build Status](https://travis-ci.org/prologic/gopherproxy.svg)](https://travis-ci.org/prologic/gopherproxy)
3[![GoDoc](https://godoc.org/github.com/prologic/gopherproxy?status.svg)](https://godoc.org/github.com/prologic/gopherproxy)
4[![Wiki](https://img.shields.io/badge/docs-wiki-blue.svg)](https://github.com/prologic/gopherproxy/wiki)
5[![Go Report Card](https://goreportcard.com/badge/github.com/prologic/gopherproxy)](https://goreportcard.com/report/github.com/prologic/gopherproxy)
6[![Coverage](https://coveralls.io/repos/prologic/gopherproxy/badge.svg)](https://coveralls.io/r/prologic/gopherproxy)
4 7
5This is a Gopher (RFC 1436) Web Proxy that acts as a gateway into Gopherspace 8gopherproxy is a Gopher (RFC 1436) Web Proxy that acts as a gateway into Gopherspace
6by proxying standard Web HTTP requests to Gopher requests of the target server. 9by proxying standard Web HTTP requests to Gopher requests of the target server.
7 10
8gopherproxy is written in Go (#golang) using the 11gopherproxy is written in Go (#golang) using the