From 9baef1639cd3efb39b003b76d618a70757a414b4 Mon Sep 17 00:00:00 2001 From: Collinux Date: Tue, 3 Apr 2018 21:32:27 -0400 Subject: Fix for #13 import collision in example code --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dbd9c04..06b9bbd 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Package hue interfaces Philips Hue devices to control lights, scenes, schedules, ## Installation ``` -go get github.com/collinux/gohue +go get github.com/collinux/GoHue ``` ## Usage @@ -20,7 +20,7 @@ go get github.com/collinux/gohue package main import ( - "github.com/collinux/gohue" + "github.com/collinux/GoHue" ) func main() { -- cgit v1.2.3