fix example

This commit is contained in:
Felix Roos 2022-05-02 22:40:40 +02:00
parent b01865f0f5
commit 6e8bd1ff33
2 changed files with 24 additions and 25 deletions

View file

@ -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')

View file

@ -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')