From 7817ca0abac28f3229fb4b973e4f2d59b7711532 Mon Sep 17 00:00:00 2001 From: samatitanz Date: Thu, 15 Dec 2022 15:25:38 +0800 Subject: [PATCH] feat:fix cli --- demos/demo-conversation.ts | 2 +- demos/demo.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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() {