Skip to content

Commit 0323b69

Browse files
committed
Fix example in readme
1 parent 928785f commit 0323b69

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
@@ -38,7 +38,7 @@ require 'vendor/autoload.php';
3838
use MACLookup\MACLookupClient;
3939
4040
require (__DIR__.'/vendor/autoload.php');
41-
$client = MACLookupClient::getInstance();
41+
$macLookupClient = MACLookupClient::getInstance();
4242
4343
try {
4444
$responseMACInfo = $macLookupClient->getMacInfo("000000");

0 commit comments

Comments
 (0)