aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a798c1e..007465d 100644
--- a/README.md
+++ b/README.md
@@ -52,7 +52,7 @@ funkwhale = Funkwhale(
login_endpoint,
)
-artists = funkwhale.albums()
+artists = funkwhale.artists()
print(artists)
```