From ed6c88deb926047ec00fde094f754bf679d53776 Mon Sep 17 00:00:00 2001 From: Rohit More <72143589+rohitmore1012@users.noreply.github.com> Date: Thu, 1 Oct 2020 00:15:19 +0530 Subject: [PATCH] Update readme.md --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index ee9c878..42b6974 100644 --- a/readme.md +++ b/readme.md @@ -22,7 +22,7 @@ Supports all categories as on the Inshorts Website. These include - ## Usage -### 1. GET Request +# 1. GET Request Make a get request of the form ``` @@ -30,7 +30,7 @@ http://{site_address}/news?category={category_name} ``` Example - http://www.exampleapi.com/news?category=science -### 2. POST Request +## 2. POST Request Make a post request with the category, provided as form data with name 'category' to the same route as above i.e '/news'.