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:
parent
48d667b064
commit
defaaf1b7f
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user