refactor: remove await before samples calls in docs etc..
+ remove /master from dirt-samples calls (there is now a main branch) + remove /main endings from some places
This commit is contained in:
parent
38d389b838
commit
bf63b716af
19 changed files with 50 additions and 51 deletions
|
|
@ -43,7 +43,7 @@ By default, no external samples are loaded, but you can add them like this:
|
|||
|
||||
```js
|
||||
initStrudel({
|
||||
prebake: () => samples('github:tidalcycles/Dirt-Samples/master'),
|
||||
prebake: () => samples('github:tidalcycles/dirt-samples'),
|
||||
});
|
||||
|
||||
document.getElementById('play').addEventListener('click',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue