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 @@ +