Update webamp.md

This commit is contained in:
Ulysia 2024-08-28 08:57:24 +02:00 committed by GitHub
parent 9da8d27820
commit 53838d855e
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>