From ea86790145d7a709bbd4703fc9cb51b1de522a58 Mon Sep 17 00:00:00 2001 From: Matt Steele Date: Wed, 13 Sep 2023 12:02:04 -0400 Subject: [PATCH] fix: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f8d28b4..cf06a6b 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ npm i openai-tokens If you are looking for all the bells and whistles provided out of the box, it is recommended to use the `client`. ```js -import { createClient } = from 'openai-tokens' +import { createClient } from 'openai-tokens' const client = createClient({ key: 'your-openai-key-here',