Skip to content

Commit

Permalink
docs: remove extraneous --save and yarn install instructions (#323)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-bot committed Mar 6, 2024
1 parent 25aa977 commit 57f8656
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 14 deletions.
4 changes: 1 addition & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,7 @@ If you’d like to use the repository from source, you can either install from g
To install via git:

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

Alternatively, to link a local copy of the repo:
Expand Down
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,7 @@ The REST API documentation can be found [on docs.anthropic.com](https://docs.ant
## Installation

```sh
# install from NPM
npm install --save @anthropic-ai/sdk
# or
yarn add @anthropic-ai/sdk
npm install @anthropic-ai/sdk
```

## Usage
Expand Down
4 changes: 1 addition & 3 deletions packages/bedrock-sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ For the non-Bedrock Anthropic API at api.anthropic.com, see [`@anthropic-ai/sdk`
## Installation

```sh
npm install --save @anthropic-ai/bedrock-sdk
# or
yarn add @anthropic-ai/bedrock-sdk
npm install @anthropic-ai/bedrock-sdk
```

## Usage
Expand Down
6 changes: 2 additions & 4 deletions packages/vertex-sdk/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Anthropic Vertex TypeScript API Library

> [!IMPORTANT]
> [!IMPORTANT]
> This API is in private preview.
[![NPM version](https://img.shields.io/npm/v/@anthropic-ai/vertex-sdk.svg)](https://npmjs.org/package/@anthropic-ai/vertex-sdk)
Expand All @@ -12,9 +12,7 @@ For the non-Vertex Anthropic API at api.anthropic.com, see [`@anthropic-ai/sdk`]
## Installation

```sh
npm install --save @anthropic-ai/vertex-sdk
# or
yarn add @anthropic-ai/vertex-sdk
npm install @anthropic-ai/vertex-sdk
```

## Usage
Expand Down

0 comments on commit 57f8656

Please sign in to comment.