Skip to content
This repository was archived by the owner on May 25, 2022. It is now read-only.

Commit ebcff07

Browse files
authored
Update README.md
1 parent 9b6a0c9 commit ebcff07

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ composer require appstract/php-hostsfile
1818

1919
```php
2020
$host = new Appstract\HostsFile\Processor($path); // optional path to the file
21+
2122
$host->getLines(); // get all lines in the hostsfile
2223
$host->addLine($ip, $domain, $aliases); // add a new line to the hostsfile
2324
$host->set($ip, $domain, $aliases); // add a new line and overwrite any existing

0 commit comments

Comments
 (0)