summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMotahhar Mokfi <78138597+motahharm@users.noreply.github.com>2022-07-12 20:03:57 +0430
committerGitHub <noreply@github.com>2022-07-12 08:33:57 -0700
commit5794a070e1e1192a6f63cebe438f3cbe04f0355c (patch)
tree45237a317828b4dbd3380579577770bac1734d5c
parent4736a16698b618d513c6069b55d53b3263089e1c (diff)
place the logo in the middle in README.md (#1393)
-rw-r--r--README.md13
1 files changed, 7 insertions, 6 deletions
diff --git a/README.md b/README.md
index cf907f8b..7a37b812 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,11 @@
-<br/>
-<a href="https://httpie.io" target="blank_">
- <img height="100" alt="HTTPie" src="https://raw.githubusercontent.com/httpie/httpie/master/docs/httpie-logo.svg" />
-</a>
-<br/>
-# HTTPie: human-friendly CLI HTTP client for the API era
+<h2 align="center">
+ <a href="https://httpie.io" target="blank_">
+ <img height="100" alt="HTTPie" src="https://raw.githubusercontent.com/httpie/httpie/master/docs/httpie-logo.svg" />
+ </a>
+ <br>
+ HTTPie: human-friendly CLI HTTP client for the API era
+ </h2>
HTTPie (pronounced _aitch-tee-tee-pie_) is a command-line HTTP client.
Its goal is to make CLI interaction with web services as human-friendly as possible.