aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCollinux <Collinux@users.noreply.github.com>2018-04-03 21:32:27 -0400
committerGitHub <noreply@github.com>2018-04-03 21:32:27 -0400
commit9baef1639cd3efb39b003b76d618a70757a414b4 (patch)
tree682fc3acb9789c7daf32c4fb5b8567a96b09ae4e
parentda5af3cb8d660b039ab64741abe18190ba050ddd (diff)
Fix for #13 import collision in example code
-rw-r--r--README.md4
1 files 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() {