aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCollin Guarino <Collinux@users.noreply.github.com>2017-03-08 17:56:10 -0500
committerGitHub <noreply@github.com>2017-03-08 17:56:10 -0500
commit5665856e0614de276e6a1059c2323b079f92bba8 (patch)
tree2f339ebc938464ab1f5f7e2edc26222c965cf7e6
parentcd9159719c82ce216894d687112c2b58556554b6 (diff)
Moved "See GoHue in action" towards the top
-rw-r--r--README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index 8a17fe8..d82cc19 100644
--- a/README.md
+++ b/README.md
@@ -46,6 +46,12 @@ func main() {
}
```
+## See GoHue in action!
+##### Have a cool project you made using GoHue? Add yours here in a pull request!
+[HueBeat](https://github.com/Mobilpadde/HueBeat) by [Mobilpadde](https://github.com/mobilpadde) - Light up a room in sync with your heartbeat.
+
+[BitHue](https://github.com/realytcracker/go-bithue) by [ytcracker](https://github.com/realytcracker) - Light color according to profit gain/loss in bitcoin price
+
## Features
##### Lights
- [x] Get all lights
@@ -110,12 +116,6 @@ func main() {
- [ ] Update rule
- [ ] Delete rule
-## See GoHue in action!
-##### Have a cool project you made using GoHue? Add yours here in a pull request!
-[HueBeat](https://github.com/Mobilpadde/HueBeat) by [Mobilpadde](https://github.com/mobilpadde) - Light up a room in sync with your heartbeat.
-
-[BitHue](https://github.com/realytcracker/go-bithue) by [ytcracker](https://github.com/realytcracker) - Light color according to profit gain/loss in bitcoin price
-
## API Documentation
For official Philips Hue documentation check out the [Philips Hue website](http://www.developers.meethue.com/philips-hue-api)