Commit 573b1625 authored by Travis Fischer's avatar Travis Fischer Committed by GitHub

Merge pull request #144 from samaritanz/main

parents ae9eedc1 7817ca0a
...@@ -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