From 400860cec123891cd36f6f6ab584e3d4c6706b4a Mon Sep 17 00:00:00 2001 From: "E. Almqvist" <38406360+E-Almqvist@users.noreply.github.com> Date: Tue, 6 Oct 2020 22:33:11 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2f07604..2dfe313 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,8 @@ You can create presets in the `~/.config/roomcomputer/presets.json` file. Follow ```json { "mypreset": { - "color": [178, 199, 255], # RGB, from 0-255 - "brightness": 100 # from 0-255 + "color": [178, 199, 255], + "brightness": 100 }, } ```