Readme formatting

This commit is contained in:
R. Eric Wheeler 2018-11-29 10:05:38 -08:00
parent c2a14193a5
commit 7bef10a2a5
1 changed files with 25 additions and 7 deletions

View File

@ -1,6 +1,14 @@
## Small library to generate unique private mac addresses # sikofitt/generate-mac
### Usage ### Small library to generate unique private mac addresses
#### Install
[composer](https://getcomposer.org)
```bash
composer require sikofitt/generate-mac
```
#### Usage
```php ```php
use Sikofitt\GenerateMac\Mac; use Sikofitt\GenerateMac\Mac;
@ -44,3 +52,13 @@ var_dump($addresses);
* ); * );
*/ */
``` ```
#### Test
```bash
user@localhost:~/generate-mac$ vendor/phpunit
```
#### License
[GPL-3.0](LICENSE)