diff --git a/demos/demo-conversation.ts b/demos/demo-conversation.ts index 668a988..c730d71 100644 --- a/demos/demo-conversation.ts +++ b/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/demos/demo.ts b/demos/demo.ts index 7f43241..046834a 100644 --- a/demos/demo.ts +++ b/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() {