Update readme.md

Typo demo-persistence.ts with demo-conversation.ts in the readme demo
pull/354/head
waynejohny 2023-02-17 11:41:11 +08:00 zatwierdzone przez GitHub
rodzic 72d35b8f1b
commit 60c43c1c42
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -197,7 +197,7 @@ npx tsx demos/demo-conversation.ts
A [persistence demo](./demos/demo-persistence.ts) shows how to store messages in Redis for persistence:
```bash
npx tsx demos/demo-conversation.ts
npx tsx demos/demo-persistence.ts
```
Any [keyv adaptor](https://github.com/jaredwray/keyv) is supported for persistence, and there are overrides if you'd like to use a different way of storing / retrieving messages.