diff --git a/README.md b/README.md index 3795b39..3424d39 100644 --- a/README.md +++ b/README.md @@ -52,8 +52,8 @@ $nmap ->scan([ 'williamdurand.fr' ]); ``` -For some reasons, you might want to disable port scan, that is why **Nmap** -provides a `disablePortScan()` method. +For some reasons, you might want to disable port scan, that is why **nmap** +provides a `disablePortScan()` method: ``` php $nmap