From 3b8abbe38b2dd7d026762a70252d8f14373a8070 Mon Sep 17 00:00:00 2001 From: Sebastian Zagrodzki Date: Sun, 26 Mar 2017 18:48:36 +0200 Subject: [PATCH] Point to gousb2.0 for that branch. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 92ae3af..fa1586a 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Introduction [![Build Status][ciimg]][ci] [![GoDoc][docimg]][doc] -[![Coverage Status](https://coveralls.io/repos/github/kylelemons/gousb/badge.svg?branch=master)](https://coveralls.io/github/kylelemons/gousb?branch=master) +[![Coverage Status](https://coveralls.io/repos/github/kylelemons/gousb/badge.svg?branch=gousb2.0)](https://coveralls.io/github/kylelemons/gousb?branch=gousb2.0) The gousb package is an attempt at wrapping the libusb library into a Go-like binding. @@ -13,7 +13,7 @@ Supported platforms include: - darwin - windows -[ciimg]: https://travis-ci.org/kylelemons/gousb.svg?branch=master +[ciimg]: https://travis-ci.org/kylelemons/gousb.svg?branch=gousb2.0 [ci]: https://travis-ci.org/kylelemons/gousb [docimg]: https://godoc.org/github.com/kylelemons/gousb?status.svg [doc]: https://godoc.org/github.com/kylelemons/gousb