Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gurkanbicer committed Aug 14, 2019
1 parent 56c287e commit 2140640
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 @@ -14,7 +14,7 @@ It collects DNS results using dig command.
### Installation

```
composer require gurkanbicer\advanced-dns
composer require gurkanbicer/advanced-dns
```

```php
Expand Down Expand Up @@ -42,4 +42,4 @@ var_dump($result);
$domain = new AdvancedDns('getdns.sh');
$result = $domain->authorityNameserverLookup();
var_dump($result);
```
```

0 comments on commit 2140640

Please sign in to comment.