From d68db92c13d173ffd30217b3af22c220c0914329 Mon Sep 17 00:00:00 2001 From: Stainless Bot Date: Wed, 20 Mar 2024 20:01:40 +0000 Subject: [PATCH] docs(readme): consistent use of sentence case in headings --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9699fca42..a7bf62f94 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ async function main() { main(); ``` -## Streaming Responses +## Streaming responses We provide support for streaming responses using Server Sent Events (SSE). @@ -256,7 +256,7 @@ Note that `runFunctions` was previously available as well, but has been deprecat Read more about various examples such as with integrating with [zod](helpers.md#integrate-with-zod), [next.js](helpers.md#integrate-wtih-next-js), and [proxying a stream to the browser](helpers.md#proxy-streaming-to-a-browser). -## File Uploads +## File uploads Request parameters that correspond to file uploads can be passed in many different forms: @@ -497,7 +497,7 @@ await openai.models.list({ }); ``` -## Semantic Versioning +## Semantic versioning This package generally follows [SemVer](https://semver.org/spec/v2.0.0.html) conventions, though certain backwards-incompatible changes may be released as minor versions: