small changes

This commit is contained in:
Tilman Kranz 2024-11-11 08:24:44 +01:00
parent ce1707eb80
commit ef9a5b70d3

View File

@ -18,9 +18,9 @@ OGG Audio: Firefox, Chrome
## Usage ## Usage
MyPlayer requires jQuery. MyPlayer requires jQuery. See for example <https://www.w3schools.com/jquery/jquery_get_started.asp> on how to include a recent version.
MyPlayer requires the Javascript file from `dist/js` and the CSS and SVG files from `dis/css`. MyPlayer requires the Javascript file from `dist/js` and the CSS and SVG files from `dist/css`.
Sample inclusions in an HTML document: Sample inclusions in an HTML document:
@ -42,7 +42,8 @@ Sample instanciation:
mode: 'm3u', mode: 'm3u',
detachable: false, detachable: false,
m3u: 'mp3.m3u', m3u: 'mp3.m3u',
mejs: { loop: true, shuffle: true } loop: true,
shuffle: false
})}); })});
</script> </script>
</div> </div>