From a3664d68bd14616763391d75148f20041a8686fd Mon Sep 17 00:00:00 2001 From: Kutu <87788540+kutu-dev@users.noreply.github.com> Date: Fri, 25 Oct 2024 23:33:36 +0200 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d03f22a..48c838c 100644 --- a/README.md +++ b/README.md @@ -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",