Commit 7817ca0a authored by samatitanz's avatar samatitanz

feat:fix cli

parent ae9eedc1
...@@ -9,7 +9,7 @@ dotenv.config() ...@@ -9,7 +9,7 @@ dotenv.config()
* Demo CLI for testing conversation support. * Demo CLI for testing conversation support.
* *
* ``` * ```
* npx tsx src/demo-conversation.ts * npx tsx demos/demo-conversation.ts
* ``` * ```
*/ */
async function main() { async function main() {
......
...@@ -9,7 +9,7 @@ dotenv.config() ...@@ -9,7 +9,7 @@ dotenv.config()
* Demo CLI for testing basic functionality. * Demo CLI for testing basic functionality.
* *
* ``` * ```
* npx tsx src/demo.ts * npx tsx demos/demo.ts
* ``` * ```
*/ */
async function main() { async function main() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment