From 7ec33980f9daf6baa9cbb34e886a3aa8284ca0fc Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Mon, 4 Aug 2025 17:36:53 +0100 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e27a2f4..cce4032 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ $ pip install --pre httpx 200 >>> r.headers['content-type'] 'text/html; charset=UTF-8' ->>> r.text() +>>> r.text '\n\n\nExample Domain...' ```