Skip to content

Commit

Permalink
Minor README fix on the import (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakedahn authored Jan 7, 2024
1 parent cf880ab commit 1f67aea
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 @@ -23,7 +23,7 @@ Dive into the world of Python-based structured extraction, by OpenAI's function
## Usage

```ts
import Instructor from "@/instructor"
import Instructor from "@instructor-ai/instructor";
import OpenAI from "openai"
import { z } from "zod"

Expand Down

0 comments on commit 1f67aea

Please sign in to comment.