Skip to content

Commit

Permalink
fix: Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsteele authored Sep 13, 2023
1 parent 5b0a496 commit ea86790
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 @@ -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',
Expand Down

0 comments on commit ea86790

Please sign in to comment.