Skip to content

Commit

Permalink
docs: remove extraneous --save and yarn install instructions (#710)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-bot committed Mar 6, 2024
1 parent 0323ecb commit 8ec216d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
4 changes: 1 addition & 3 deletions CONTRIBUTING.md
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://git@github.com:openai/openai-node.git
# or
yarn add git+ssh://git@github.com:openai/openai-node.git
npm install git+ssh://git@github.com:openai/openai-node.git
```

Alternatively, to link a local copy of the repo:
Expand Down
5 changes: 1 addition & 4 deletions README.md
Expand Up @@ -11,10 +11,7 @@ To learn how to use the OpenAI API, check out our [API Reference](https://platfo
## Installation

```sh
# install from NPM
npm install --save openai
# or
yarn add openai
npm install openai
```

You can import in Deno via:
Expand Down

0 comments on commit 8ec216d

Please sign in to comment.