From 8ec216d6b72ee4d67e26786f06c93af18d042117 Mon Sep 17 00:00:00 2001 From: Stainless Bot <107565488+stainless-bot@users.noreply.github.com> Date: Wed, 6 Mar 2024 21:12:48 +0100 Subject: [PATCH] docs: remove extraneous --save and yarn install instructions (#710) --- CONTRIBUTING.md | 4 +--- README.md | 5 +---- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 297322d17..d9e64025d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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: diff --git a/README.md b/README.md index 1207d5d24..28262aaca 100644 --- a/README.md +++ b/README.md @@ -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: