Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
s4w3d0ff authored Feb 2, 2025
1 parent 57c662d commit 2ed0ac9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Async Spotify Api Wrapper

```
pip install git+https://github.com/s4w3d0ff/spotifio.git#egg=spotifio
pip install spotifio
```

```python
Expand All @@ -17,7 +17,7 @@ async def main():
)
await c.login()
r = await c.get_currently_playing()
print(r)
print(r)

if __name__ == '__main__':
import asyncio
Expand Down

0 comments on commit 2ed0ac9

Please sign in to comment.