From 641ebd7bf04025ee424d90c25b67fcccf06a0bce Mon Sep 17 00:00:00 2001 From: Kenneth Shaw Date: Wed, 22 Feb 2017 20:18:06 +0700 Subject: [PATCH] Adding travis and coveralls badges to README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2402959..9d772f2 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# About chromedp +# About chromedp [![Build Status](https://travis-ci.org/knq/chromedp.svg)](https://travis-ci.org/knq/chromedp) [![Coverage Status](https://coveralls.io/repos/knq/chromedp/badge.svg?branch=master&service=github)](https://coveralls.io/github/knq/chromedp?branch=master) # Package chromedp is a faster, simpler way to drive browsers in Go using the [Chrome Debugging Protocol](https://developer.chrome.com/devtools/docs/debugger-protocol)