From ff506f5d8aa7840d8fd17d8bfec7599b33f86d16 Mon Sep 17 00:00:00 2001 From: intagliated Date: Fri, 8 May 2026 09:36:59 +0530 Subject: [PATCH] Fix: Remove backticks from auth field for Verome API --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 00e9167d..88776f73 100644 --- a/README.md +++ b/README.md @@ -1241,7 +1241,7 @@ API | Description | Auth | HTTPS | CORS | | [TasteDive](https://tastedive.com/read/api) | Similar artist API (also works for movies and TV shows) | `apiKey` | Yes | Unknown | | [TheAudioDB](https://www.theaudiodb.com/api_guide.php) | Music | `apiKey` | Yes | Unknown | | [Vagalume](https://api.vagalume.com.br/docs/) | Crowdsourced lyrics and music knowledge | `apiKey` | Yes | Unknown | -| [Verome](https://github.com/Kirazul/Verome-API) | Music API for searching, streaming, and exploring music data from YouTube Music, YouTube, and Last.fm | `No` | Yes | Unknown | +| [Verome](https://github.com/Kirazul/Verome-API) | Music API for searching, streaming, and exploring music data from YouTube Music, YouTube, and Last.fm | No | Yes | Unknown | **[⬆ Back to Index](#index)**