summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Martín Nieto <[email protected]>2014-10-30 23:39:01 +0100
committerCarlos Martín Nieto <[email protected]>2014-10-30 23:39:01 +0100
commit58f6de09f4203b04e9f480fd2d7f0e253b155c96 (patch)
treefd8354f29951c7bd5d7b32728319b56e14e487e1
parentccfce74e182a5c588e20f6ed701e0a67e820de8e (diff)
parentfd312d354fee1d0ac27940d8bcd53ba24fde9a92 (diff)
Merge pull request #132 from apsdehal/master
Updates README.md to include GoDoc badge.
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index caa9f00..e1c3bc5 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,7 @@
git2go
======
+[![GoDoc](https://godoc.org/github.com/libgit2/git2go?status.svg)](http://godoc.org/github.com/libgit2/git2go)
+
Go bindings for [libgit2](http://libgit2.github.com/). The master branch follows the latest libgit2 release.