Commit 8a640b12 authored by Travis Fischer's avatar Travis Fischer Committed by GitHub

Merge pull request #122 from averybiskup/docs-demo-path

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