From e7a38991b0cf8229f0ae8c643aee4afd6c42399e Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Wed, 22 Jan 2020 14:35:57 +0700 Subject: [PATCH] README.md: DomainClasifier -> DomainClassifier --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 782cd1f..c0e5e8c 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ How To Use It ```python import DomainClassifier.domainclassifier -c = DomainClasifier.domainclassifier.Extract( rawtext = "www.xxx.com this is a text with a domain called test@foo.lu another test abc.lu something a.b.c.d.e end of 1.2.3.4 foo.be www.belnet.be ht +c = DomainClassifier.domainclassifier.Extract( rawtext = "www.xxx.com this is a text with a domain called test@foo.lu another test abc.lu something a.b.c.d.e end of 1.2.3.4 foo.be www.belnet.be ht tp://www.cert.be/ www.public.lu www.allo.lu quuxtest www.eurodns.com something-broken-www.google.com www.google.lu trailing test www.facebook.com www.nic.ru www.youporn.com 8.8.8. 8 201.1.1.1")