From 9e17f5479ab2e9c7a236f9ec82ed5993387441de Mon Sep 17 00:00:00 2001 From: Cromfel Date: Mon, 23 May 2022 11:57:23 +0300 Subject: [PATCH] Readme - Github project setup: Modify to reflect changes that new array format supports array of colors per domain --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e5b9694..2cafa57 100644 --- a/README.md +++ b/README.md @@ -590,10 +590,10 @@ You can create any number of them. For example set all machine labels to be #B60205 and space labels to be #0E8A16. These can be easily picked from color chooser. * Edit the repository description and add a json block describing the -label domains and their colors. For example: +label domains and their colors (array format supports multiple colors per domain). For example: ``` -Hackerspace machines, todo and stuff. domains={ "machines": "#B60205", "spaces" : "#0E8A16"} +Hackerspace machines, todo and stuff. domains={"koneet":["#BFDADC","#0CBBF0","#0CBBF0","#E15D19","#ED49CF"],"tilat":["#0E8A16","#1E8A16"]} ``` Make sure you type the description on one line - this is a silly Github limitation.