Skip to content

Commit 30f45d1

Browse files
docs(readme): consistent use of sentence case in headings (#347)
1 parent ad92b0d commit 30f45d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ async function main() {
3737
main();
3838
```
3939

40-
## Streaming Responses
40+
## Streaming responses
4141

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

@@ -343,7 +343,7 @@ await anthropic.messages.create(
343343
);
344344
```
345345

346-
## Semantic Versioning
346+
## Semantic versioning
347347

348348
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:
349349

0 commit comments

Comments
 (0)