* Update README.md
* Update index.md
* 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`...
* 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`...