From 4c8980b5f44700ecf8b0218b79d916efe52c1c08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=85ke?= Date: Tue, 15 Feb 2022 19:46:40 +0100 Subject: [PATCH] Fix minor typo I've just started playing around with this module and noticed a tiny typo. Looking forward to working more with this! --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cf43b73..08259d9 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ session = Session.Builder() \ .user_pass("Username", "Password") \ .create() -aceess_token = session.tokens().get("playlist-read") +access_token = session.tokens().get("playlist-read") ``` ### Get Music Stream