Update README.md

This commit is contained in:
Doug Bird 2018-06-13 00:27:30 -07:00 committed by GitHub
parent 9c6db021d7
commit add307eb20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ Additionally, for convenience, some native programming language formats have als
```js
const tldEnum = require('tld-enum');
tldEnum.list; //an array with every IANA TLD
console.log(tldEnum.list); //an array with every IANA TLD
```
The following example...