From cd3f6eb55663202ce3984ac1b0ba5751ca56292a Mon Sep 17 00:00:00 2001 From: Emilio Ojeda Date: Mon, 7 Jul 2025 15:56:58 -0600 Subject: [PATCH] docs: fix the types of the `Method` references used in the docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f6e58db..28b2db1 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ A result-builder–powered wrapper around `URLRequest`, assembling components in **Components**: + `Url` ― URL path and query -+ `Method` ― HTTP methods (`.GET`, `.POST`, etc.) ++ `Method` ― HTTP methods (`.get`, `.post`, etc.) + `Header` & `Headers` ― Single and multiple header values with common constructors + `Body` ― Encodable payloads (`JSON`, `FormUrlEncoded`)