From: Tom Christie Date: Mon, 13 May 2019 13:12:17 +0000 (+0100) Subject: Update README X-Git-Tag: 0.3.0~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5eb8295c9b8886acfe611acd4c3257c93820211;p=thirdparty%2Fhttpx.git Update README --- diff --git a/README.md b/README.md index 1f2f8e4c..186a4e8d 100644 --- a/README.md +++ b/README.md @@ -142,7 +142,7 @@ what gets sent over the wire.* ```python >>> request = Request("GET", "https://example.org", headers={'host': 'example.org'}) ->>> response = await client.send(request) +>>> response = client.send(request) ``` * `def __init__(method, url, query_params, content, headers)`