diff options
author | Collin Guarino <Collinux@users.noreply.github.com> | 2016-11-09 14:38:51 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-09 14:38:51 -0500 |
commit | 23e6757464bf225f806b2ba586597af6d83c9609 (patch) | |
tree | 83b0441a0b0a0c9f02f0ddd2d7ef96afa55323f3 /README.md | |
parent | 541bfc66cb1dd94c9ab4d7089adc0f31a77799d4 (diff) | |
parent | a712f307fe27070aa449452091553acf85e3d8f8 (diff) |
Merge pull request #6 from inhies/master
Added Go Report Card score to README and fixed issues lowering score related to formatting
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ Package hue interfaces Philips Hue devices to control lights, scenes, schedules, and groups. [![GoDoc](https://camo.githubusercontent.com/b3b2a2b7fad4e76052830945cd839a3bba5be723/687474703a2f2f696d672e736869656c64732e696f2f62616467652f676f646f632d7265666572656e63652d3532373242342e706e67)](https://godoc.org/github.com/Collinux/GoHue) - +[![Go Report Card](https://goreportcard.com/badge/github.com/Collinux/GoHue)](https://goreportcard.com/report/github.com/Collinux/GoHue) ## Installation ``` go get github.com/collinux/gohue |