Skip to content

Commit b5fada5

Browse files
authored
Merge pull request #528 from openai/logankilpatrick-patch-2
Update README.md to fix typo and add examples link
2 parents 7626655 + 873d34b commit b5fada5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import OpenAI from 'https://deno.land/x/[email protected]/mod.ts';
2828

2929
## Usage
3030

31-
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.
31+
The full API of this library can be found in [api.md file](api.md) along with many [code examples](https://github.com/openai/openai-node/tree/master/examples). The code below shows how to get started using the chat completions API.
3232

3333
```js
3434
import OpenAI from 'openai';
@@ -215,7 +215,7 @@ main();
215215
Like with `.stream()`, we provide a variety of [helpers and events](helpers.md#events).
216216

217217
Read more about various examples such as with integrating with [zod](helpers.md#integrate-with-zod),
218-
[next.js](helpers.md#integrate-wtih-next-js), and [proxying a stream to the browser](helpers.md#proxy-streaming to-a-browser).
218+
[next.js](helpers.md#integrate-wtih-next-js), and [proxying a stream to the browser](helpers.md#proxy-streaming-to-a-browser).
219219

220220
## File Uploads
221221

0 commit comments

Comments
 (0)