From 9c6db021d727727bd3cd6af6ac7a07886177e397 Mon Sep 17 00:00:00 2001 From: Doug Bird Date: Wed, 13 Jun 2018 00:14:44 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index daaba6e..6867513 100644 --- a/README.md +++ b/README.md @@ -80,11 +80,11 @@ Additionally, for convenience, some native programming language formats have als $ composer require katmore/tld-enum ``` - * access the list by using the `\TldList::TLD_LIST` class constant array + * access the list by using the `\TldEnum\TldList::TLD_LIST` class constant array ```php