From ff732ab470839666b91b0b215766fb54c26bb396 Mon Sep 17 00:00:00 2001 From: Nodeduino Date: Fri, 27 Jan 2017 22:08:20 +0100 Subject: [PATCH] fix README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 039bdfb..b50ffbf 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ if (bridges.empty()) ### Using Bridges If you have found the Bridge you were looking for, you can then move on with the authentication process. -To get a new username from the Bridge (for now) you simply call GetBridge(bridges[]), +To get a new username from the Bridge (for now) you simply call GetBridge(bridges[\]), where index is your preferred Bridge from the part [Finding Bridges](#findingBridges). ```C++ Hue bridge = finder.GetBridge(bridges[0]); @@ -44,7 +44,7 @@ You can choose from * HueTemperatureLight * HueColorLight * HueExtendedColorLight -Then call getLight() from you bridge object to get the specific light, where id +Then call getLight(\) from you bridge object to get the specific light, where id is the id of the light set internally by the Hue Bridge. ```C++ HueExtendedColorLight* lamp1 = static_cast(bridge.getLight(1)); -- libgit2 0.21.4