Skip to content

Commit c0863d9

Browse files
committed
Updates
1 parent 08be340 commit c0863d9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,9 @@ You can communicate with a *remote* RevPi device via a WebSocket.
301301
use Flat3\RevPi\RevolutionPi;
302302

303303
$pi = new \App\MyPi;
304-
$pi->remote('ws://10.1.2.3:12873'); // Adding the remote call creates a connection to a device
304+
305+
// Adding the remote call creates a connection to a device
306+
$pi->remote('ws://10.1.2.3:12873');
305307

306308
// From now, other methods act remotely:
307309
$pi->output1 = 1;

0 commit comments

Comments
 (0)