From ddf3333af7cd70da5781bdca18f64e938646f153 Mon Sep 17 00:00:00 2001 From: Moritz Wirger Date: Sun, 15 Oct 2017 01:01:17 +0200 Subject: [PATCH] fix one more typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e0ccfb..83062cc 100755 --- a/README.md +++ b/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 ```C++ std::vector> lights = bridge.getAllLights(); ``` -If you now want to control a light, call a specific function of the it. +If you now want to control a light, call a specific function of it. ```C++ light1.On(); light1.setBrightness(120); -- libgit2 0.21.4