diff --git a/apps/web/src/app/sdk/page.tsx b/apps/web/src/app/sdk/page.tsx index 1e358e8..9233d8f 100644 --- a/apps/web/src/app/sdk/page.tsx +++ b/apps/web/src/app/sdk/page.tsx @@ -35,7 +35,7 @@ export default function SDKPage(): React.ReactElement {
@@ -106,8 +106,8 @@ export default function SDKPage(): React.ReactElement { language="typescript" code={`import { streamText } from 'ai'; import { anthropic } from '@ai-sdk/anthropic'; -import { registrySearchTool } from '@tpmjs/registrySearch'; -import { registryExecuteTool } from '@tpmjs/registryExecute'; +import { registrySearchTool } from '@tpmjs/registry-search'; +import { registryExecuteTool } from '@tpmjs/registry-execute'; const result = streamText({ model: anthropic('claude-sonnet-4-20250514'), @@ -178,7 +178,7 @@ Use registrySearch to find tools, then registryExecute to run them.\`,