From 509341c6f35acd90bd15c089aed34a0332117379 Mon Sep 17 00:00:00 2001 From: Happy Felix Chukwuma Date: Wed, 14 Aug 2024 11:38:45 +0100 Subject: [PATCH] doc: Updated README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ddba69f..64bf321 100644 --- a/README.md +++ b/README.md @@ -94,16 +94,16 @@ Before running the application, ensure you have the following: | :----: | :---------------: | :-----------------: | | GET | articles/ | List all articles | | POST | articles/ | Add an article | - | GET | articles/ | Retrieve an article | - | PATCH | articles/ | Update an article | - | DELETE | articles/ | Delete an article | + | GET | articles/ | Retrieve an article | + | PATCH | articles/ | Update an article | + | DELETE | articles/ | Delete an article | 7. Client Testing: `http://localhost:3000/` | Method | Route | Description | | :----: | :---------------: | :-----------------: | | GET | articles/ | List all articles | - | GET | articles/ | Retrieve an article | + | GET | articles/ | Retrieve an article | 8. Model Testing: run `python manage.py test`