Skip to content

Commit

Permalink
Remove $ from npm install command
Browse files Browse the repository at this point in the history
  • Loading branch information
arnif committed Mar 7, 2023
1 parent 0363de2 commit 6543938
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 6543938

Please sign in to comment.