Skip to content

Commit

Permalink
docs(readme): consistent use of sentence case in headings (#729)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-bot authored Mar 20, 2024
1 parent 15880d7 commit 7e515fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ async function main() {
main();
```

## Streaming Responses
## Streaming responses

We provide support for streaming responses using Server Sent Events (SSE).

Expand Down Expand Up @@ -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:

Expand Down Expand Up @@ -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:

Expand Down

0 comments on commit 7e515fd

Please sign in to comment.