Update README.md
This commit is contained in:
parent
70c62b5913
commit
bfb9fd5dda
|
@ -69,6 +69,7 @@ The lists can be conveniently used in PHP or Node projects including this packag
|
||||||
* access the list by using the `\TldEnum\TldEnum::TLD_ENUM` class constant array
|
* access the list by using the `\TldEnum\TldEnum::TLD_ENUM` class constant array
|
||||||
|
|
||||||
```php
|
```php
|
||||||
|
<?php
|
||||||
require_once __DIR__ . '/vendor/autoload.php';
|
require_once __DIR__ . '/vendor/autoload.php';
|
||||||
\TldEnum\TldEnum::TLD_ENUM; //an array with every IANA TLD
|
\TldEnum\TldEnum::TLD_ENUM; //an array with every IANA TLD
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue