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