Skip to content

Commit 6f05103

Browse files
committed
fix api-reference for nodejs
1 parent 3731965 commit 6f05103

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api-reference/overview.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ import { MemoryClient } from "mem0ai";
4848

4949
// Recommended: Using organization and project IDs
5050
const client = new MemoryClient({
51-
orgId: "YOUR_ORG_ID",
51+
organizationId: "YOUR_ORG_ID",
5252
projectId: "YOUR_PROJECT_ID"
5353
});
5454
```

0 commit comments

Comments
 (0)