From ad86df44a7a2a1dd699848efc11b47cf1d6aa23c Mon Sep 17 00:00:00 2001 From: tilt12345678 Date: Wed, 13 Nov 2024 07:42:01 +0100 Subject: [PATCH] documentation updates --- README.md | 6 ++---- demo/autoplay.html | 1 + 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d092d2c..2cc5a1c 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Sample inclusions in an HTML document: ``` -Sample instanciation: +Sample instanciation reading playlist entries from a file `./mp3.m3u`: ```html
@@ -41,7 +41,7 @@ Sample instanciation: element: '.player', mode: 'm3u', detachable: false, - m3u: 'mp3.m3u', + m3u: './mp3.m3u', loop: true, shuffle: false })}); @@ -49,8 +49,6 @@ Sample instanciation: ``` -See also [the demo page](demos/index.html) for several examples. - ## Contributing * See subdirectory [src](./src) for javascript sources, specifically [player.js](src/player.js). diff --git a/demo/autoplay.html b/demo/autoplay.html index 9931cfc..bc437b7 100644 --- a/demo/autoplay.html +++ b/demo/autoplay.html @@ -1,3 +1,4 @@ +