typo fix Update README.md

This commit is contained in:
teenager-ETH
2025-01-02 19:46:36 +01:00
committed by GitHub
parent 42b64f2264
commit f1c5213742

View File

@@ -13,7 +13,7 @@ This example showcases a persistent agent that retains memory across sessions us
To use this feature, ensure you have the following:
1. **PostgreSQL Database URL**: Create and host ur PostgreSQL databse and enter the URL. It will be of the format "postgresql://user:password@localhost:5432/db"
1. **PostgreSQL Database URL**: Create and host ur PostgreSQL database and enter the URL. It will be of the format "postgresql://user:password@localhost:5432/db"
## Without persistence
```