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