Skip to content

Commit 0825acf

Browse files
committed
docs: remove extraneous --save and yarn install instructions (#710)
1 parent e0deb22 commit 0825acf

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
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]:openai/openai-node.git
46-
# or
47-
yarn add git+ssh://[email protected]:openai/openai-node.git
45+
npm install git+ssh://[email protected]:openai/openai-node.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
@@ -11,10 +11,7 @@ To learn how to use the OpenAI API, check out our [API Reference](https://platfo
1111
## Installation
1212

1313
```sh
14-
# install from NPM
15-
npm install --save openai
16-
# or
17-
yarn add openai
14+
npm install openai
1815
```
1916

2017
You can import in Deno via:

0 commit comments

Comments
 (0)