diff --git a/README.md b/README.md index 69bda6ee..6f4e7cf6 100644 --- a/README.md +++ b/README.md @@ -145,12 +145,8 @@ what gets sent over the wire.* >>> response = client.send(request) ``` -<<<<<<< HEAD * `def __init__(method, url, params, [content], [headers], [cookies])` -======= -* `def __init__(method, url, params, content, headers)` ->>>>>>> cookies -* `.method` - **str** (Uppercased) +* `.method` - **str** * `.url` - **URL** * `.content` - **byte** or **byte async iterator** * `.headers` - **Headers**