From 3744029e8e8074faa8754091cc814470c6dacb96 Mon Sep 17 00:00:00 2001 From: Stainless Bot Date: Wed, 6 Mar 2024 19:52:51 +0000 Subject: [PATCH] docs: deprecate old access token getter --- 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 ```