Update webamp.md
This commit is contained in:
parent
be8b1e11d5
commit
9da8d27820
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue