From a6900d08ef7bb918893d0b29e9b6026b2adc3d0d Mon Sep 17 00:00:00 2001 From: Rafael Conde Date: Mon, 21 Nov 2016 16:04:47 -0800 Subject: [PATCH] Fix syntax --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a0cd575..50dfa26 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Before creating the site, Netlify will ask you to fill required environment vari - `STATUSKIT_COMPANY_LOGO` - URL to your company's logo. - `STATUSKIT_SUPPORT_CONTACT_LINK` - URL to a support page for your users to talk with you. - `STATUSKIT_RESOURCES_LINK` - URL to documentation for your users. -- `STATUSKIT_FAVICONS_PATH` - Path where the favicons for different statuses are. By default, we use `/images/favicon/favicon-ok.ico` when there are no incidents, `/images/favicon/favicon-warning.ico` when there are no major incidents, and `/images/favicon/favicon-danger.ico` when there are major incidents. This path can be an external URL, like `https://my-favourite-cdn/images/status-favicons`. The names for the different statuses must be `favicon-ok.ico`, favicon-warning.ico` and `favicon-danger.ico`. +- `STATUSKIT_FAVICONS_PATH` - Path where the favicons for different statuses are. By default, we use `/images/favicon/favicon-ok.ico` when there are no incidents, `/images/favicon/favicon-warning.ico` when there are no major incidents, and `/images/favicon/favicon-danger.ico` when there are major incidents. This path can be an external URL, like `https://my-favourite-cdn/images/status-favicons`. The names for the different statuses must be `favicon-ok.ico`, `favicon-warning.ico` and `favicon-danger.ico`. ## Extra configuration