From 6a4e985f717cf5376aaa81e9d7f446060696fb35 Mon Sep 17 00:00:00 2001 From: Jakub Roztocil Date: Sun, 3 Oct 2021 03:08:05 +0200 Subject: [PATCH] Remove redundant/inconsistent article --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 532cdd2d..ba388c40 100644 --- a/docs/README.md +++ b/docs/README.md @@ -279,7 +279,7 @@ $ http GET pie.dev/get hello=world The `METHOD` argument is optional, and when you don’t specify it, HTTPie defaults to: -* `GET` for requests without a body +* `GET` for requests without body * `POST` for requests with body Here we don’t specify any request data, so both commands will send the same `GET` request: