diff --git a/README.md b/README.md index d96e932..be61a93 100755 --- a/README.md +++ b/README.md @@ -4,7 +4,4 @@ A PHP Class to recursively scan vulnerable php functions inside directory. # Usages -Argument 1: PHP Class Name -Argument 2: Directory Path to scan - -php -f SecurityScan.php '/var/www/html' +```php -f SecurityScan.php '/var/www/html'```