fix(readme): remove the extra quotation mark in the <h1> tag

An extra quotation mark in the <h1> align attribute was causing
syntax issues in the README. This commit corrects that to ensure
valid HTML rendering.
This commit is contained in:
CharlesCNorton 2025-01-28 10:48:35 -05:00 committed by GitHub
parent 48d667b064
commit defaaf1b7f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,5 @@
<div align="center"> <div align="center">
<h1 align="center""> <h1 align="center">
Suno AI API Suno AI API
</h1> </h1>
<p>Use API to call the music generation AI of Suno.ai and easily integrate it into agents like GPTs.</p> <p>Use API to call the music generation AI of Suno.ai and easily integrate it into agents like GPTs.</p>