aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-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() {