Updated README

main
ElbertF 13 years ago
parent e09936c4f4
commit 829e17a6c8

@ -103,7 +103,7 @@ Running Wappalyzer inside a PHP script:
require('WappalyzerException.php');
require('Wappalyzer.php');
$wappalyzer = new Wappaylzer($url);
$wappalyzer = new Wappalyzer($url);
$detectedApps = $wappalyzer->analyze();
```