diff --git a/README.md b/README.md
index 29bd769..1253a38 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ Both authenticated & anonymous requests are supported.
[](https://buymeacoffee.com/diezo)
-## 🌟 Just a min!
+## 🌟 Just a minute!
Ensta is still in it's early stages and requires your support. Don't forget to give a star. Thank you!
## Installation
@@ -132,7 +132,7 @@ print(profile.follower_count)
-Username to UID / UID to Username
+Username to UserID, and vice versa.
```python
from ensta import Host
@@ -301,7 +301,7 @@ print(me.birthday)
Any missing feature? Raise an issue.
-## 🙋 Host Mode
+## Host Mode
Requires login through username & password.
```python
@@ -313,7 +313,7 @@ profile = host.profile("leomessi")
print(profile.biography)
```
-## 🥷 Guest Mode
+## Guest Mode
Doesn't require login, but has limited features.
```python