From c692d015639c5deb7f8a4a0db62015f61fd92532 Mon Sep 17 00:00:00 2001 From: William DURAND Date: Wed, 6 Nov 2013 00:17:27 +0100 Subject: [PATCH] typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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