Merge pull request #178 from di/update-python-package-usage

Update Python package usage
This commit is contained in:
Martin Cech 2018-10-16 17:08:06 -04:00 committed by GitHub
commit ef2b185d09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
```