From cd9971a4c1fd93b245cb758892af5976ea7bcf18 Mon Sep 17 00:00:00 2001 From: Andrew Langhorn Date: Sun, 18 Aug 2019 10:54:05 +0100 Subject: [PATCH] s/User/Use There was a typo in the README. Fixes. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ab25c16..20fb5dd 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Custom method, headers and JSON data: * Like `curl` but unlike `httpie`, headers are written on `stderr` instead of `stdout`. * Output is not buffered, all the formatting is done on the fly so you can easily debug streamed data. -* User the `--curl` option to print executed curl command. +* Use the `--curl` option to print executed curl command. ## License