diff --git a/README.md b/README.md index b28f625..3954c86 100644 --- a/README.md +++ b/README.md @@ -13,13 +13,13 @@ Next set of things to deal with: * async cookie persistence, for on-disk cookie stores. * make sure authentication works okay (does it use adapters, is the API broken there now?) -Installation: +## Installation: ```shell $ pip install requests-async ``` -Usage: +## Usage: Just use the standard requests API, but use `await` for making requests.