Update README.md (#1291)

* Update README.md

* Update index.md
This commit is contained in:
Tom Christie 2020-09-17 09:11:41 +01:00 committed by GitHub
parent a394df59da
commit ff0febbaa9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -58,7 +58,7 @@ HTTPX builds on the well-established usability of `requests`, and gives you:
* Ability to make requests directly to [WSGI applications](https://www.python-httpx.org/advanced/#calling-into-python-web-apps) or [ASGI applications](https://www.python-httpx.org/async/#calling-into-python-web-apps).
* Strict timeouts everywhere.
* Fully type annotated.
* 99% test coverage.
* 100% test coverage.
Plus all the standard features of `requests`...

View File

@ -71,7 +71,7 @@ well-established usability of `requests`, and gives you:
* Ability to make requests directly to [WSGI applications](advanced.md#calling-into-python-web-apps) or [ASGI applications](async.md#calling-into-python-web-apps).
* Strict timeouts everywhere.
* Fully type annotated.
* 99% test coverage.
* 100% test coverage.
Plus all the standard features of `requests`...