From: Tom Christie Date: Mon, 13 May 2019 13:11:05 +0000 (+0100) Subject: Update README X-Git-Tag: 0.3.0~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=441a1f62c29caec45fc5c9190c781334c172f7c2;p=thirdparty%2Fhttpx.git Update README --- diff --git a/README.md b/README.md index e436e52e..1f2f8e4c 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ inspiration around the lower level networking details. ```python >>> client = Client() ->>> response = await client.get('https://example.org') +>>> response = client.get('https://example.org') ``` * `def __init__([ssl], [timeout], [pool_limits], [max_redirects], [dispatch])`