Update Python package usage

This commit is contained in:
Dustin Ingram 2018-10-16 12:01:29 -07:00
parent c14d8320fc
commit 96df3907d4
No known key found for this signature in database
GPG Key ID: 93D2B8D4930A5E39

View File

@ -26,7 +26,7 @@ else:
Available as [PyPI module](https://pypi.org/project/disposable-email-domains) thanks to [@di](https://github.com/di)
```python
>>> from disposable_email_domains import blacklist as blocklist
>>> from disposable_email_domains import blocklist
>>> 'bearsarefuzzy.com' in blocklist
True
```