Update webamp.md

This commit is contained in:
Ulysia 2024-08-28 08:54:06 +02:00 committed by GitHub
parent be8b1e11d5
commit 9da8d27820
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,7 +3,7 @@
<div id="app"></div>
<script src="https://unpkg.com/webamp"></script>
<script>
const app = document.getElementById("app")
const app = document.getElementById(\"app\")
const webamp = new Webamp();
webamp.renderWhenReady(app);
</script>