Skip to content

Commit 15ddcb8

Browse files
committed
Add minor note to use composer to install the library.
1 parent cd021be commit 15ddcb8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/example.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<?php
22

3+
// Don't miss to install needful libraries using Composer to generate
4+
// autoload.php file.
35
require __DIR__ . '/../vendor/autoload.php';
46

57
use Samaphp\LifxLan\Message\Light;

0 commit comments

Comments
 (0)