Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
diezo authored Dec 12, 2023
1 parent 54365a4 commit 6f3f436
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 @@ -12,7 +12,7 @@ Both authenticated & anonymous requests are supported.

[<img style="margin-top: 10px" src="https://www.buymeacoffee.com/assets/img/guidelines/download-assets-sm-1.svg" width="160"/>](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
Expand Down Expand Up @@ -132,7 +132,7 @@ print(profile.follower_count)

<details>

<summary>Username to UID / UID to Username</summary><br>
<summary>Username to UserID, and vice versa.</summary><br>

```python
from ensta import Host
Expand Down Expand Up @@ -301,7 +301,7 @@ print(me.birthday)

Any missing feature? Raise an issue.

## 🙋 Host Mode
## Host Mode
Requires login through username & password.

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

## 🥷 Guest Mode
## Guest Mode
Doesn't require login, but has limited features.

```python
Expand Down

0 comments on commit 6f3f436

Please sign in to comment.