Update webamp.md
This commit is contained in:
parent
9da8d27820
commit
53838d855e
|
@ -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