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