Skip to content

Commit 1431597

Browse files
Update README.md
1 parent 2deae0e commit 1431597

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ yarn add openai
1818

1919
## Usage
2020

21-
The full API of this library can be found in [API.md file](https://github.com/openai/openai-node/blob/master/api.md). The code below shows how to get started using the Chat completions API.
21+
The full API of this library can be found in [API.md file](https://github.com/openai/openai-node/blob/master/api.md). The code below shows how to get started using the chat completions API.
2222

2323
```js
2424
import OpenAI from 'openai';

0 commit comments

Comments
 (0)