Update webamp.md
This commit is contained in:
parent
be8b1e11d5
commit
9da8d27820
|
@ -3,7 +3,7 @@
|
||||||
<div id="app"></div>
|
<div id="app"></div>
|
||||||
<script src="https://unpkg.com/webamp"></script>
|
<script src="https://unpkg.com/webamp"></script>
|
||||||
<script>
|
<script>
|
||||||
const app = document.getElementById("app")
|
const app = document.getElementById(\"app\")
|
||||||
const webamp = new Webamp();
|
const webamp = new Webamp();
|
||||||
webamp.renderWhenReady(app);
|
webamp.renderWhenReady(app);
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Reference in a new issue