Skip to content

Commit 26e06bf

Browse files
committed
Updated example
Updated example
1 parent cf4b0cb commit 26e06bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
echo $vultr->listServers();//Data for all current account instances
99

1010

11-
$vultr->setSubid('31828385');//Must be set if interacting with a single instance actions
11+
$vultr->setSubId('31828385');//Must be set if interacting with a single instance actions
1212
$vultr->serverReboot(); //Reboots/restarts instance with id:31828385
1313

1414

0 commit comments

Comments
 (0)