From d7585e1b7deccc9acf5a1cb216294656ebb321a0 Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Thu, 21 Mar 2019 11:30:18 +0000 Subject: [PATCH] Nudge travis --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.