From 07a6fd93f598f4115062dabe9aea741da38adcbd Mon Sep 17 00:00:00 2001 From: rstrouse <47839015+rstrouse@users.noreply.github.com> Date: Fri, 13 Jan 2023 13:26:14 -0800 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f7edfc4..cf70bb6 100644 --- a/README.md +++ b/README.md @@ -146,11 +146,11 @@ To send the shade in any direction: To set the shade percentage to 35% closed: `/sendShadeCommand?shadeId=1&target=35` -If you use the put or post commands you can use a JSON object on the body. For instance: +If you use the PUT or POST http methods you can use a JSON object on the body. For instance: ``` { - shadeId:1, - command:"up" + "shadeId":1, + "command":"up" } ```