Skip to content

Commit

Permalink
docs(readme): consistent use of sentence case in headings (#347)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-bot committed Mar 20, 2024
1 parent ad92b0d commit 30f45d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -37,7 +37,7 @@ async function main() {
main();
```

## Streaming Responses
## Streaming responses

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

Expand Down Expand Up @@ -343,7 +343,7 @@ await anthropic.messages.create(
);
```

## 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 30f45d1

Please sign in to comment.