From 63b814c22823ff2006372c763763865557f7f136 Mon Sep 17 00:00:00 2001 From: Lars Noack Date: Thu, 24 Nov 2022 14:59:34 +0100 Subject: [PATCH] refactored some more --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index efcc0e2..f751178 100644 --- a/README.md +++ b/README.md @@ -211,7 +211,7 @@ As a result of this decision you will have to pass the genre in this function. This is most likely the most usefull and unique feature of this Project. If the cache is filled you can get audio sources for the songs you only have the metadata, and download them. This works for most songs. I'd guess for about 97% (?) -First of you will need a List of song objects `music_kraken.Song`. As [mentioned above](#cache-/-temporary-database), you could get a list like that from the cache. +First of you will need a List of song objects `music_kraken.Song`. As [mentioned above](#cache--temporary-database), you could get a list like that from the cache. ```python # Here is an Example