Skip to content

Commit

Permalink
Merge remote-tracking branch 'github/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
diezo committed Dec 5, 2023
2 parents 1745803 + 550a20d commit 1e606bc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ print(me.birthday)

Any missing feature? Raise an issue.

## Host Mode (Recommended)
## 🙋 Host Mode
Requires login through username & password.

```python
Expand All @@ -311,7 +311,7 @@ profile = host.profile("leomessi")
print(profile.biography)
```

## Guest Mode
## 🥷 Guest Mode
Doesn't require login but has very limited features. Doesn't always work, so Host Mode is recommended.

```python
Expand All @@ -323,8 +323,8 @@ profile = guest.profile("leomessi")
print(profile.biography)
```

## ❤️ Support Me
Support ensta's development by making a donation. Your donation ensures continuous improvement in ensta.
## ❤️ Donate
Want this project to keep running? Please consider donating here:

[<img src="https://www.buymeacoffee.com/assets/img/guidelines/download-assets-sm-1.svg" width="150"/>](https://buymeacoffee.com/diezo)

Expand Down

0 comments on commit 1e606bc

Please sign in to comment.