From 008d2c7ad7c6dfc98ac2b7b123d1511ffaf2a1c6 Mon Sep 17 00:00:00 2001 From: Evan Theurer Date: Fri, 13 Jun 2014 17:26:25 +0200 Subject: [PATCH] Update readme. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.