Skip to content

Commit 57f8656

Browse files
committed
docs: remove extraneous --save and yarn install instructions (#323)
1 parent 25aa977 commit 57f8656

File tree

4 files changed

+5
-14
lines changed

4 files changed

+5
-14
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,7 @@ If you’d like to use the repository from source, you can either install from g
4242
To install via git:
4343

4444
```bash
45-
npm install --save git+ssh://[email protected]:anthropics/anthropic-sdk-typescript.git
46-
# or
47-
yarn add git+ssh://[email protected]:anthropics/anthropic-sdk-typescript.git
45+
npm install git+ssh://[email protected]:anthropics/anthropic-sdk-typescript.git
4846
```
4947

5048
Alternatively, to link a local copy of the repo:

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,7 @@ The REST API documentation can be found [on docs.anthropic.com](https://docs.ant
99
## Installation
1010

1111
```sh
12-
# install from NPM
13-
npm install --save @anthropic-ai/sdk
14-
# or
15-
yarn add @anthropic-ai/sdk
12+
npm install @anthropic-ai/sdk
1613
```
1714

1815
## Usage

packages/bedrock-sdk/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ For the non-Bedrock Anthropic API at api.anthropic.com, see [`@anthropic-ai/sdk`
99
## Installation
1010

1111
```sh
12-
npm install --save @anthropic-ai/bedrock-sdk
13-
# or
14-
yarn add @anthropic-ai/bedrock-sdk
12+
npm install @anthropic-ai/bedrock-sdk
1513
```
1614

1715
## Usage

packages/vertex-sdk/README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Anthropic Vertex TypeScript API Library
22

3-
> [!IMPORTANT]
3+
> [!IMPORTANT]
44
> This API is in private preview.
55

66
[![NPM version](https://img.shields.io/npm/v/@anthropic-ai/vertex-sdk.svg)](https://npmjs.org/package/@anthropic-ai/vertex-sdk)
@@ -12,9 +12,7 @@ For the non-Vertex Anthropic API at api.anthropic.com, see [`@anthropic-ai/sdk`]
1212
## Installation
1313

1414
```sh
15-
npm install --save @anthropic-ai/vertex-sdk
16-
# or
17-
yarn add @anthropic-ai/vertex-sdk
15+
npm install @anthropic-ai/vertex-sdk
1816
```
1917

2018
## Usage

0 commit comments

Comments
 (0)