aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorsteve greensill <steve@greensill.net>2018-02-20 17:38:27 +0800
committerPéter Szilágyi <peterke@gmail.com>2018-02-20 17:38:27 +0800
commit5603715c06998ff9ed30eb134c4398ad1439ef48 (patch)
treed563f44b85d7191fef2c0767b30bda1e85174394 /README.md
parent46a5532ac5ef06e5d7f77a4af19ffd2e234dcb07 (diff)
downloadgo-tangerine-5603715c06998ff9ed30eb134c4398ad1439ef48.tar
go-tangerine-5603715c06998ff9ed30eb134c4398ad1439ef48.tar.gz
go-tangerine-5603715c06998ff9ed30eb134c4398ad1439ef48.tar.bz2
go-tangerine-5603715c06998ff9ed30eb134c4398ad1439ef48.tar.lz
go-tangerine-5603715c06998ff9ed30eb134c4398ad1439ef48.tar.xz
go-tangerine-5603715c06998ff9ed30eb134c4398ad1439ef48.tar.zst
go-tangerine-5603715c06998ff9ed30eb134c4398ad1439ef48.zip
README: add goreportcard.com badge to Readme (#16133)
* README: add goreportcard.com badge to Readme * README: fix double github.com
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 527ea048a..aad14ed7d 100644
--- a/README.md
+++ b/README.md
@@ -5,6 +5,7 @@ Official golang implementation of the Ethereum protocol.
[![API Reference](
https://camo.githubusercontent.com/915b7be44ada53c290eb157634330494ebe3e30a/68747470733a2f2f676f646f632e6f72672f6769746875622e636f6d2f676f6c616e672f6764646f3f7374617475732e737667
)](https://godoc.org/github.com/ethereum/go-ethereum)
+[![Go Report Card](https://goreportcard.com/badge/github.com/ethereum/go-ethereum)](https://goreportcard.com/report/github.com/ethereum/go-ethereum)
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/ethereum/go-ethereum?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
Automated builds are available for stable releases and the unstable master branch.