From 5007266a83dd732f5752b88264af036b994a6798 Mon Sep 17 00:00:00 2001 From: Eirik Besteland <3kbest@gmail.com> Date: Mon, 29 Jun 2020 00:13:44 +0200 Subject: [PATCH] Updated README.md --- README.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4f0c669..6ed759b 100644 --- a/README.md +++ b/README.md @@ -33,12 +33,18 @@ $bridge_username = 'xxxxxxxxxxx'; $hue = new \AlphaHue\AlphaHue($bridge_hostname, $bridge_username); ``` ### (or) add AlphaHue as a dependency to your Hue project using Composer. -Create a *composer.json* file in your project and add `adam-innes/alpha-hue` as a required dependency. +Create a *composer.json* file in your project: ``` { - "require": { - "adam-innes/alpha-hue": "1.0.*" - } + "repositories": [ + { + "type": "vcs", + "url": "https://github.com/3kbest/AlphaHue.git" + } + ], + "require": { + "3kbest/alphaHue": "2.0.0", + } } ``` ### Discovering Bridge Hostname and creating a Username