Skip to content

Commit

Permalink
Minor change.
Browse files Browse the repository at this point in the history
  • Loading branch information
markrogoyski committed Apr 30, 2018
1 parent edb45bc commit 936d49c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -111,7 +111,7 @@ $host_hex = $sub->getHostPortionHex(); // 000000CB
$host_binary = $sub->getHostPortionBinary(); // 00000000000000000000000011001011
```

## Min and Max Host
### Min and Max Host
```php
$min_host = $sub->getMinHost(); // 192.168.112.1
$min_host_quads = $sub->getMinHostQuads(); // [192, 168, 112, 1]
Expand Down

0 comments on commit 936d49c

Please sign in to comment.