From e824b3fb674d83dda35d75fba5acde539227ee71 Mon Sep 17 00:00:00 2001 From: tilt12345678 Date: Wed, 13 Nov 2024 07:48:12 +0100 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b8f1c2..e6c8ce3 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ Sample instanciation reading playlist entries from a file `./mp3.m3u`: * Use `make` to perform a build of the software. * See subdirectory [src](./src) for javascript sources, specifically [player.js](src/player.js). - Use `src/build.sh` to re-generate the minified script `js/myplayer.min.js`. -* See subdirectory [css](./css) for CSS, specifically [local.js](src/local.js). +* See subdirectory [css](./css) for CSS, specifically [local.css](src/local.css). - Use `css/build.sh` to re-generate the minified CSS `css/myplayer.min.css`. ## Author, Copyright and License