Fix style issue

This commit is contained in:
Alice Wyan 2025-06-10 13:20:21 +02:00
parent 117cf7e18a
commit 1b7fbecf50

View file

@ -167,9 +167,11 @@ Please note that browsers will often cache `strudel.json` on first load, and kee
version even if the orginal has been updated. If this bites you (for example while developing a new version even if the orginal has been updated. If this bites you (for example while developing a new
sample pack), you can force the browser to download a new copy by i.e. changing capitalization of one sample pack), you can force the browser to download a new copy by i.e. changing capitalization of one
character in the URL, or adding a URL attribute, such as: character in the URL, or adding a URL attribute, such as:
```javascript ```javascript
samples('https://raw.githubusercontent.com/tidalcycles/Dirt-Samples/master/strudel.json?version=2') samples('https://raw.githubusercontent.com/tidalcycles/Dirt-Samples/master/strudel.json?version=2');
``` ```
that gets ignored by GitHub (but changes the URL, forcing the browser to reload every time we increase that gets ignored by GitHub (but changes the URL, forcing the browser to reload every time we increase
the version number). the version number).