Skip to content

Commit

Permalink
Fixed demo paths in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
averybiskup committed Dec 13, 2022
1 parent ef15db3 commit a4beb2b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a4beb2b

Please sign in to comment.