diff --git a/legacy/demos/demo-conversation.ts b/legacy/demos/demo-conversation.ts index 668a988e..c730d71a 100644 --- a/legacy/demos/demo-conversation.ts +++ b/legacy/demos/demo-conversation.ts @@ -9,7 +9,7 @@ dotenv.config() * Demo CLI for testing conversation support. * * ``` - * npx tsx src/demo-conversation.ts + * npx tsx demos/demo-conversation.ts * ``` */ async function main() { diff --git a/legacy/demos/demo.ts b/legacy/demos/demo.ts index 7f432413..046834a6 100644 --- a/legacy/demos/demo.ts +++ b/legacy/demos/demo.ts @@ -9,7 +9,7 @@ dotenv.config() * Demo CLI for testing basic functionality. * * ``` - * npx tsx src/demo.ts + * npx tsx demos/demo.ts * ``` */ async function main() {