Commit ddf3333af7cd70da5781bdca18f64e938646f153

Authored by Moritz Wirger
Committed by GitHub
1 parent d620d1b6

fix one more typo

Showing 1 changed file with 1 additions and 1 deletions
README.md
@@ -46,7 +46,7 @@ If you don't know the id of a specific light or want to get an overview over all @@ -46,7 +46,7 @@ If you don't know the id of a specific light or want to get an overview over all
46 ```C++ 46 ```C++
47 std::vector<std::reference_wrapper<HueLight>> lights = bridge.getAllLights(); 47 std::vector<std::reference_wrapper<HueLight>> lights = bridge.getAllLights();
48 ``` 48 ```
49 -If you now want to control a light, call a specific function of the it. 49 +If you now want to control a light, call a specific function of it.
50 ```C++ 50 ```C++
51 light1.On(); 51 light1.On();
52 light1.setBrightness(120); 52 light1.setBrightness(120);