Skip to content

Commit 1662242

Browse files
committed
Fix image width
1 parent a4b327f commit 1662242

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reports/september-2021.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ We now have a 1.0 pre-release for HTTPX.
99

1010
The `1.0.0.beta0` release adds a huge new feature, in the form of a command-line client...
1111

12-
![Command line client](https://github.com/encode/httpx/raw/master/docs/img/httpx-help.png)
12+
<img width="700" src="https://github.com/encode/httpx/raw/master/docs/img/httpx-help.png" alt='httpx --help'>
1313

14-
![Sending a request](https://github.com/encode/httpx/raw/master/docs/img/httpx-request.png)
14+
<img width="700" src="https://github.com/encode/httpx/raw/master/docs/img/httpx-request.png" alt='httpx http://httpbin.org/json'>
1515

1616
The release also includes some design changes. The most notable of these is that
1717
redirect responses are no longer automatically followed, unless specifically requested.

0 commit comments

Comments
 (0)