From 181f699878e8d75550e5a1c98eaf6de969e1c04a Mon Sep 17 00:00:00 2001 From: kokarare1212 Date: Fri, 21 May 2021 12:33:39 +0900 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c7ae76a..3149e0d 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ stream = session.content_feeder().load(track_id, VorbisOnlyAudioQuality(AudioQua # stream.input_stream.stream().read() to get one byte of the music stream. # ex: 1 (If there is no more voice data, -1 is received as the result.) ``` -Please read [this document](https://librespot-python.rtfd.io) for detailed specifications. +Other uses are [examples](https://github.com/kokarare1212/librespot-python/tree/main/examples) or read [this document](https://librespot-python.rtfd.io) for detailed specifications. ## Debug To display the debug information, you need to inject the following code at the top of the code.