From 9aaaa76a41b759b24542ee7695072926cb522b0e Mon Sep 17 00:00:00 2001 From: Stainless Bot <107565488+stainless-bot@users.noreply.github.com> Date: Wed, 20 Mar 2024 16:01:20 -0400 Subject: [PATCH] docs(readme): consistent use of sentence case in headings (#347) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c5b7ed94..2469a792 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ async function main() { main(); ``` -## Streaming Responses +## Streaming responses We provide support for streaming responses using Server Sent Events (SSE). @@ -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: