Skip to content

Commit 3c59fa7

Browse files
committed
docs(readme): consistent use of sentence case in headings (#729)
1 parent 7d87199 commit 3c59fa7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ async function main() {
4646
main();
4747
```
4848

49-
## Streaming Responses
49+
## Streaming responses
5050

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

@@ -256,7 +256,7 @@ Note that `runFunctions` was previously available as well, but has been deprecat
256256
Read more about various examples such as with integrating with [zod](helpers.md#integrate-with-zod),
257257
[next.js](helpers.md#integrate-wtih-next-js), and [proxying a stream to the browser](helpers.md#proxy-streaming-to-a-browser).
258258

259-
## File Uploads
259+
## File uploads
260260

261261
Request parameters that correspond to file uploads can be passed in many different forms:
262262

@@ -497,7 +497,7 @@ await openai.models.list({
497497
});
498498
```
499499

500-
## Semantic Versioning
500+
## Semantic versioning
501501

502502
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:
503503

0 commit comments

Comments
 (0)