From afa7bbf28350622a69b40f1ca40f9abefaedc0a7 Mon Sep 17 00:00:00 2001 From: mikejgray Date: Tue, 26 Dec 2023 20:38:54 -0600 Subject: [PATCH] correction to README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c0d4f41..90182f5 100644 --- a/README.md +++ b/README.md @@ -136,14 +136,14 @@ iris: ### Customization -The websat web UI reads in the following items from `neon_iris/static`: +The websat web UI reads in the following items from `neon_iris/static/custom`: - `error.mp3` - Used for error responses - `wake.mp3` - Used for wake word responses - `favicon.ico` - The favicon for the web UI - `logo.webp` - The logo for the web UI -To customize these items, you can replace them in the `neon_iris/static` folder. +To customize these items, you can replace them in the `neon_iris/static/custom` folder and rebuild the image. ### Websocket endpoint