Skip to content

Commit

Permalink
Fix typo (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
kutu-dev authored Oct 25, 2024
1 parent 7958a42 commit 7f1e4d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ project = [
```python3 title="__main__.py"
import knuckles

server = knuckles.subsonic(
server = knuckles.Subsonic(
# Adding https:// is done automatically,
# /rest should never be added to the URL
url = "example.com",
Expand Down

0 comments on commit 7f1e4d6

Please sign in to comment.