Skip to content

Commit

Permalink
Fixed a small typo
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulSec committed Jan 18, 2018
1 parent 6607498 commit 9b59694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9b59694

Please sign in to comment.