From 9b59694e597a6e3876df2e2cf271ff645b1bd23c Mon Sep 17 00:00:00 2001 From: Paul A Date: Thu, 18 Jan 2018 19:01:50 +0100 Subject: [PATCH] Fixed a small typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d287e2d..821fb29 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Then import the class and start playing: ```python from dnsdumpster.DNSDumpsterAPI import DNSDumpsterAPI -results = DNSDumpsterAPI.DNSDumpsterAPI().search('microsoft.com') +results = DNSDumpsterAPI().search('microsoft.com') ``` ### Install from the sources