diff --git a/readme.md b/readme.md index 24f9539b..5c260290 100644 --- a/readme.md +++ b/readme.md @@ -31,7 +31,7 @@ Roadmap (not in order): # Getting Started -You must have bun installed. +You must have bun installed. Then ```bash pnpm i @@ -40,8 +40,6 @@ pnpm i bun dev ``` -This will start the example agent in the examples folder. You can modify the example to suit your needs. - ## 1. Overview Daydreams provides a blueprint for creating autonomous, onchain game agents—programmatic entities that interpret game states, recall historical data, and refine strategies over time. By leveraging vector databases as long-term memory and multi-agent swarm rooms for collective knowledge sharing, Daydreams fosters rapid, continuous improvement among agents.