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

pull/110/head^2
Travis Fischer 2022-12-13 00:31:48 -06:00 zatwierdzone przez GitHub
commit 8a640b125a
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
2 zmienionych plików z 4 dodań i 4 usunięć

Wyświetl plik

@ -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

Wyświetl plik

@ -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