From 4a68b3bacc8b9ba0e5fbb57482f15bc4aca98ee1 Mon Sep 17 00:00:00 2001 From: Dustin Ingram Date: Wed, 28 Feb 2018 17:13:46 -0600 Subject: [PATCH] Syntax highlight Python code --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c7db32..cfe210d 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,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 >>> 'bearsarefuzzy.com' in blacklist True