From da6e29a7777c264ce35cc4fd2b98a59302a2511b Mon Sep 17 00:00:00 2001 From: vcaesar Date: Mon, 17 Sep 2018 14:15:40 -0400 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9107e91..bd46bc6 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # gohook +[![CircleCI Status](https://circleci.com/gh/robotn/gohook.svg?style=shield)](https://circleci.com/gh/robotn/gohook) +![Appveyor](https://ci.appveyor.com/api/projects/status/github/robotn/gohook?branch=master&svg=true) +[![Go Report Card](https://goreportcard.com/badge/github.com/robotn/gohook)](https://goreportcard.com/report/github.com/robotn/gohook) +[![GoDoc](https://godoc.org/github.com/robotn/gohook?status.svg)](https://godoc.org/github.com/robotn/gohook) ```Go @@ -8,7 +12,7 @@ package main import ( "fmt" - "go-vgo/robotn/gohook" + "github.com/robotn/gohook" ) func main() {