diff --git a/README.md b/README.md index 31905a1f..2f426cfe 100644 --- a/README.md +++ b/README.md @@ -87,13 +87,13 @@ The latest version of Spreed WebRTC can be found on GitHub: ## Branding - Insert logo in `static/img/`. Edit `src/styles/global/_branding.scss` to link + Insert logo in `static/img`. Edit `src/styles/global/_branding.scss` to link to desired custom logo. It is also possible to insert the raw svg data. ## Skins - Insert skins in `src/styles/global/skins` and edit the `@import "theme/light";` + Insert skins in `src/styles/global/skins` and edit the `@import "skins/light";` line in `src/styles/global/_variables.scss`. Available skins are light and dark. It is recommended to create a new skin file if you wish to customize colors.