From ce185bd0fabe88e4383c46616880c566589f5a1c Mon Sep 17 00:00:00 2001 From: Jakub Roztocil Date: Mon, 17 Aug 2020 13:16:57 +0200 Subject: [PATCH] Update __init__.py --- httpie/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httpie/__init__.py b/httpie/__init__.py index 6671172e..3b912382 100644 --- a/httpie/__init__.py +++ b/httpie/__init__.py @@ -1,5 +1,5 @@ """ -HTTPie - a CLI, cURL-like tool for humans. +HTTPie: command-line HTTP client for the API era. """