Skip to content

Commit

Permalink
Merge pull request #94 from arnif/patch-1
Browse files Browse the repository at this point in the history
Remove $ from npm install command
  • Loading branch information
schnerd committed Mar 26, 2023
2 parents 7dab2f2 + 6543938 commit 51b1340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The OpenAI Node.js library provides convenient access to the OpenAI API from Nod
## Installation

```bash
$ npm install openai
npm install openai
```

## Usage
Expand Down

0 comments on commit 51b1340

Please sign in to comment.