fix example
This commit is contained in:
parent
b01865f0f5
commit
6e8bd1ff33
2 changed files with 24 additions and 25 deletions
|
|
@ -7,7 +7,7 @@ This package contains a embeddable web component for the Strudel REPL.
|
||||||
Either install with `npm i @strudel.cycles/embed` or just use a cdn to import the script:
|
Either install with `npm i @strudel.cycles/embed` or just use a cdn to import the script:
|
||||||
|
|
||||||
```html
|
```html
|
||||||
<script src="https://unpkg.com/@strudel.cycles/embed@latest">
|
<script src="https://unpkg.com/@strudel.cycles/embed@latest"></script>
|
||||||
<strudel-repl>
|
<strudel-repl>
|
||||||
<!--
|
<!--
|
||||||
"a4 [a3 c3] a3 c3".color('#F9D649')
|
"a4 [a3 c3] a3 c3".color('#F9D649')
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
<script src="./embed.js"></script>
|
<script src="https://unpkg.com/@strudel.cycles/embed@latest"></script>
|
||||||
|
|
||||||
<strudel-repl>
|
<strudel-repl>
|
||||||
<!--
|
<!--
|
||||||
"a4 [a3 c3] a3 c3".color('#F9D649')
|
"a4 [a3 c3] a3 c3".color('#F9D649')
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue