Skip to content

Commit eb47696

Browse files
authored
Enhance PHP snippet.
1 parent c365226 commit eb47696

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ LifxLan protocol. (Work in progress)
44
Note: This library is not ready for use in production. And does not cover all API capabilities. I just built it for my self to
55

66
**Setting light color by name:**
7-
```
7+
```php
88
$light_ip = '192.168.1.x';
99
$Light = new Light($light_ip);
1010
$brightness = 40;

0 commit comments

Comments
 (0)