From 89c1840960a05b11c089f81a54bffa5253af227e Mon Sep 17 00:00:00 2001 From: Athul Cyriac Ajay Date: Wed, 12 Feb 2020 18:11:01 +0530 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Updated=20README=20with=20the=20Cty?= =?UTF-8?q?pe=20references?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index fd75691..c588e48 100644 --- a/README.md +++ b/README.md @@ -33,15 +33,15 @@ Putting Simply: **Just pass the URL to the request method** - PUT : `pwcli put < -t/-u/-p > -c/--content type -b/--body ` - DELETE: `pwcli delete < -t/-u/-p > -c/--content type -b/--body ` -**Content Types can be of** -`html` : `text/html` -`js` : `application/json`, -`xml` : `application/xml` -`plain` : `text/plain`, +**Content Types can be of** +`html` : `text/html` +`js` : `application/json`, +`xml` : `application/xml` +`plain` : `text/plain`, -`` Extra +#### Extra **SEND**: This can be used to test multiple endpoints from the `postwoman-collection.json` file. The output will only be the `statuscode`. RUN: `pwcli send ` OUTPUT: -![](/assets/send.png) \ No newline at end of file +![](/assets/send.png)