From 3e78c43b9f6c99e75a0809843908877faa3d36be Mon Sep 17 00:00:00 2001 From: ROS Station Date: Wed, 4 Dec 2019 13:49:18 +0100 Subject: [PATCH] ok --- python_algorithms/RESTful/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/python_algorithms/RESTful/README.md b/python_algorithms/RESTful/README.md index 85ba142..5f9445c 100644 --- a/python_algorithms/RESTful/README.md +++ b/python_algorithms/RESTful/README.md @@ -1,9 +1,9 @@ # RESTful API for NewGon: **http Methods:** -`GET` - get ressource -`POST` - create a new ressource -`DELETE` - deleting ressources +- `GET` - get ressource +- `POST` - create a new ressource +- `DELETE` - deleting ressources