From defaaf1b7f02ab255db4b0080f08aa9f2e4ed40d Mon Sep 17 00:00:00 2001 From: CharlesCNorton <135471798+CharlesCNorton@users.noreply.github.com> Date: Tue, 28 Jan 2025 10:48:35 -0500 Subject: [PATCH] fix(readme): remove the extra quotation mark in the

tag An extra quotation mark in the

align attribute was causing syntax issues in the README. This commit corrects that to ensure valid HTML rendering. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d93d4d0..ccc31bb 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@
-

+

Suno AI API

Use API to call the music generation AI of Suno.ai and easily integrate it into agents like GPTs.