diff --git a/docs/api-reference/overview.mdx b/docs/api-reference/overview.mdx index 689f7ca3..2e584718 100644 --- a/docs/api-reference/overview.mdx +++ b/docs/api-reference/overview.mdx @@ -48,7 +48,7 @@ import { MemoryClient } from "mem0ai"; // Recommended: Using organization and project IDs const client = new MemoryClient({ - orgId: "YOUR_ORG_ID", + organizationId: "YOUR_ORG_ID", projectId: "YOUR_PROJECT_ID" }); ```