Update README.md

This commit is contained in:
Doug Bird 2017-12-13 22:55:07 -08:00 committed by GitHub
parent 70c62b5913
commit bfb9fd5dda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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
```php
<?php
require_once __DIR__ . '/vendor/autoload.php';
\TldEnum\TldEnum::TLD_ENUM; //an array with every IANA TLD
```