]> git.ipfire.org Git - thirdparty/httpx.git/commitdiff
Branding updates for httpx (#130)
authorTom Christie <tom@tomchristie.com>
Fri, 19 Jul 2019 14:36:36 +0000 (15:36 +0100)
committerGitHub <noreply@github.com>
Fri, 19 Jul 2019 14:36:36 +0000 (15:36 +0100)
README.md
docs/index.md

index 89418639254ba637ab74bd956e58f4c5a413f3d2..78ac680d3d9f3d027f6c541c306b6612df65e28c 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,4 +1,10 @@
-# HTTPX
+<p align="center">
+  <img width="350" height="208" src="https://raw.githubusercontent.com/encode/httpx/master/docs/img/logo.jpg" alt='HTTPX'>
+</p>
+
+<p align="center">
+<h1>HTTPX</h1>
+</p>
 
 <a href="https://travis-ci.org/encode/httpx">
     <img src="https://travis-ci.org/encode/httpx.svg?branch=master" alt="Build Status">
@@ -10,7 +16,7 @@
     <img src="https://badge.fury.io/py/httpx.svg" alt="Package version">
 </a>
 
-HTTPX is a next-generation HTTP client for Python 3.
+<em>A next-generation HTTP client for Python.</em>
 
 **Note**: *This project should be considered as an "alpha" release. It is substantially API complete, but there are still some areas that need more work.*
 
index 444238cf9730067e7e5ac8adde1a5259ffd93c71..4d0287cf544a22ee579ab19b15d37876b879c578 100644 (file)
@@ -1,5 +1,5 @@
 <p align="center" style="margin: 0 0 10px">
-  <img width="350" height="208" src="http://127.0.0.1:8000/img/logo.jpg" alt='HTTPX'>
+  <img width="350" height="208" src="https://raw.githubusercontent.com/encode/httpx/master/docs/img/logo.jpg" alt='HTTPX'>
 </p>
 
 <h1 align="center" style="font-size: 3rem; margin: -15px 0">
@@ -10,14 +10,14 @@ HTTPX
 
 <div align="center">
 <p>
-<a href="https://travis-ci.org/encode/http3">
-    <img src="https://travis-ci.org/encode/http3.svg?branch=master" alt="Build Status">
+<a href="https://travis-ci.org/encode/httpx">
+    <img src="https://travis-ci.org/encode/httpx.svg?branch=master" alt="Build Status">
 </a>
-<a href="https://codecov.io/gh/encode/http3">
-    <img src="https://codecov.io/gh/encode/http3/branch/master/graph/badge.svg" alt="Coverage">
+<a href="https://codecov.io/gh/encode/httpx">
+    <img src="https://codecov.io/gh/encode/httpx/branch/master/graph/badge.svg" alt="Coverage">
 </a>
-<a href="https://pypi.org/project/http3/">
-    <img src="https://badge.fury.io/py/http3.svg" alt="Package version">
+<a href="https://pypi.org/project/httpx/">
+    <img src="https://badge.fury.io/py/httpx.svg" alt="Package version">
 </a>
 </p>