Commit a4beb2be authored by Avery Biskup's avatar Avery Biskup

Fixed demo paths in docs

parent ef15db3a
......@@ -152,13 +152,13 @@ To run the included demos:
A [basic demo](./demos/demo.ts) is included for testing purposes:
```bash
npx tsx src/demo.ts
npx tsx demos/demo.ts
```
A [conversation demo](./demos/demo-conversation.ts) is also included:
```bash
npx tsx src/demo-conversation.ts
npx tsx demos/demo-conversation.ts
```
### Authentication
......
......@@ -150,13 +150,13 @@ To run the included demos:
A [basic demo](./demos/demo.ts) is included for testing purposes:
```bash
npx tsx src/demo.ts
npx tsx demos/demo.ts
```
A [conversation demo](./demos/demo-conversation.ts) is also included:
```bash
npx tsx src/demo-conversation.ts
npx tsx demos/demo-conversation.ts
```
### Authentication
......
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