From 80429d15e3e45762ff8f0f404ae34fbaeaeb868e Mon Sep 17 00:00:00 2001 From: wglettig <51001707+wglettig@users.noreply.github.com> Date: Wed, 4 Dec 2019 13:28:08 +0100 Subject: [PATCH] Update README.md --- python_algorithms/RESTful/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python_algorithms/RESTful/README.md b/python_algorithms/RESTful/README.md index cfb3c6b..21e35b3 100644 --- a/python_algorithms/RESTful/README.md +++ b/python_algorithms/RESTful/README.md @@ -20,7 +20,7 @@ collection: /status **Responses** - '200 OK' - on success -'''json +```json { "MODE":1, "STATUS":"Ready", @@ -40,7 +40,7 @@ collection: /status "phimotor":11, "cyclecount":123456789 } -''' +``` ## Setting the variables to NewGon