From 25aa977c83820babbaf18a7061b8a55fbbfe69c3 Mon Sep 17 00:00:00 2001 From: Stainless Bot <107565488+stainless-bot@users.noreply.github.com> Date: Wed, 6 Mar 2024 20:52:56 +0100 Subject: [PATCH] docs: deprecate old access token getter (#322) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 05c5c9f9..fb939fce 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ The REST API documentation can be found [on docs.anthropic.com](https://docs.ant ```sh # install from NPM -npm install @anthropic-ai/sdk +npm install --save @anthropic-ai/sdk # or yarn add @anthropic-ai/sdk ```