Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
diezo authored Feb 28, 2024
1 parent 26ec90a commit 1414cde
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ print(profile.biography)

<summary><b>Guest Class</b> (Non-Authenticated)</summary>

Doesn't require login, but has limited features.
Doesn't require login, but has limited features. See [this](https://github.com/diezo/Ensta?tab=readme-ov-file#bypass-ip-restrictions) if this class isn't working.

```python
from ensta import Guest
Expand All @@ -533,9 +533,9 @@ print(profile.biography)

<br>

<summary><b>Mobile Class</b> (Authenticated)</summary>
<summary><b>Mobile Class</b> (New)</summary>

Requires login through username & password. Has access to more features as it uses the Mobile API.
Same as **Host Class** but uses the Mobile API. We're working on adding more features to this class.

```python
from ensta import Mobile
Expand Down

0 comments on commit 1414cde

Please sign in to comment.