Skip to content

Commit

Permalink
Enhance PHP snippet.
Browse files Browse the repository at this point in the history
  • Loading branch information
samaphp authored Sep 22, 2019
1 parent c365226 commit eb47696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ LifxLan protocol. (Work in progress)
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

**Setting light color by name:**
```
```php
$light_ip = '192.168.1.x';
$Light = new Light($light_ip);
$brightness = 40;
Expand Down

0 comments on commit eb47696

Please sign in to comment.