diff --git a/example.php b/example.php index df715c8..c4e34c5 100644 --- a/example.php +++ b/example.php @@ -46,7 +46,7 @@ // Find results. $results = $api->findResults($domain["id"]); - echo "Number of results for nimbusec.com: ". count($results) . "\n"; + echo "Number of results for nimbusec.com: " . count($results) . "\n"; // Find infected domains with a webshell $infected = $api->findInfected("event=\"webshell\"");