]> git.ipfire.org Git - thirdparty/httpx.git/commitdiff
Update README.md (#1857)
authorTom Christie <tom@tomchristie.com>
Tue, 14 Sep 2021 08:54:50 +0000 (09:54 +0100)
committerGitHub <noreply@github.com>
Tue, 14 Sep 2021 08:54:50 +0000 (09:54 +0100)
README.md

index 7df358518fbd74f5e39729413f095e6864ffa608..1d84e611627d9edf4f299e1e4b3dfc1dd2bd81b4 100644 (file)
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@ HTTPX is a fully featured HTTP client library for Python 3. It includes **an int
 command line client**, has support for both **HTTP/1.1 and HTTP/2**, and provides both **sync
 and async APIs**.
 
-**Note**: *This is the README for the 1.0 pre-release. This release adds support for an integrated command-line client, and also includes a couple of design changes from 0.19. Redirects are no longer followed by default, and the low-level Transport API has been updated. Upgrades from 0.19 will need to see [the CHANGELOG](https://github.com/encode/httpx/blob/version-1.0/CHANGELOG.md) for more details.*
+**Note**: *This is the README for the 1.0 pre-release. This release adds support for an integrated command-line client, and also includes a couple of design changes from 0.19. Redirects are no longer followed by default, and the low-level Transport API has been updated. Upgrades from 0.19 will need to see [the CHANGELOG](https://github.com/encode/httpx/blob/master/CHANGELOG.md) for more details.*
 
 ---