From c78690aa0d14977807744bb3ee66116dd39b6e5a Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Wed, 9 Apr 2025 16:51:03 +0000 Subject: [PATCH] chore: fix readme typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8171b0e9..00a3aefb 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ stream.each do |completion| end ``` -## File uploads +### File uploads Request parameters that correspond to file uploads can be passed as `StringIO`, or a [`Pathname`](https://rubyapi.org/3.1/o/pathname) instance.