diff --git a/README.md b/README.md
index 48f0ae03a..74810f756 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@
| Installation
| Usage
| Examples
- | 𝕏 (@labelmeai)
+ | X/Twitter
diff --git a/setup.py b/setup.py
index 797f5af1a..2cc1e134d 100644
--- a/setup.py
+++ b/setup.py
@@ -69,7 +69,7 @@ def get_install_requires():
def get_long_description():
- with open("README.md", encoding="utf8") as f:
+ with open("README.md") as f:
long_description = f.read()
try:
# when this package is being released