diff --git a/README.md b/README.md index 35dd244..6b84c89 100644 --- a/README.md +++ b/README.md @@ -26,8 +26,8 @@ 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 ->>> 'bearsarefuzzy.com' in blacklist +>>> from disposable_email_domains import blacklist as blocklist +>>> 'bearsarefuzzy.com' in blocklist True ```