diff --git a/packages/embed/README.md b/packages/embed/README.md index f293c9312..2a4983484 100644 --- a/packages/embed/README.md +++ b/packages/embed/README.md @@ -30,4 +30,5 @@ note(`[[e5 [b4 c5] d5 [c5 b4]] ``` -Note that the Code is placed inside HTML comments to prevent the browser from treating it as HTML. +- Note that the Code is placed inside HTML comments to prevent the browser from treating it as HTML. +- [Play with this example on stackblitz](https://stackblitz.com/edit/js-75cvww?file=index.html) diff --git a/website/src/pages/technical-manual/packages.mdx b/website/src/pages/technical-manual/packages.mdx index 9efd351b6..58947240b 100644 --- a/website/src/pages/technical-manual/packages.mdx +++ b/website/src/pages/technical-manual/packages.mdx @@ -56,7 +56,10 @@ These packages provide bindings for different ways to output strudel patterns: - [tone](https://github.com/tidalcycles/strudel/tree/main/packages/tone#strudelcyclestone): bindings for Tone.js instruments and effects - [webdirt](https://github.com/tidalcycles/strudel/tree/main/packages/webdirt): webdirt bindings, replaced by webaudio package -## Tools +### Tools - [pnpm workspaces](https://pnpm.io/) - Publishing packages is done with [lerna](https://lerna.js.org/). + +## Usage Examples +