From f1e8e7e16afa17e59ce8dfd6c084183dd4a9cd8c Mon Sep 17 00:00:00 2001 From: Matt Tucker Date: Tue, 16 Aug 2016 10:25:42 -0600 Subject: [PATCH] Add a link to the godocs to the readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c52cfd..ee9c4c9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# hostess [![](https://travis-ci.org/cbednarski/hostess.svg)](https://travis-ci.org/cbednarski/hostess) [![Coverage Status](https://coveralls.io/repos/cbednarski/hostess/badge.svg)](https://coveralls.io/r/cbednarski/hostess) +# hostess [![](https://travis-ci.org/cbednarski/hostess.svg)](https://travis-ci.org/cbednarski/hostess) [![Coverage Status](https://coveralls.io/repos/cbednarski/hostess/badge.svg)](https://coveralls.io/r/cbednarski/hostess) [![GoDoc](https://godoc.org/github.com/cbednarski/hostess?status.svg)](http://godoc.org/github.com/cbednarski/hostess) An **idempotent** command-line utility for managing your `/etc/hosts` file.