Skip to content
This repository has been archived by the owner on Jan 31, 2022. It is now read-only.

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
willdurand committed Nov 5, 2013
1 parent 1b2f83f commit c692d01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c692d01

Please sign in to comment.