Update README.md fix typo

This commit is contained in:
Zane Chen
2026-03-18 13:15:50 -04:00
committed by GitHub
parent 32c4c3c1ea
commit 7b4d3c4572
+1 -11
View File
@@ -44,7 +44,7 @@ Add scheduled tasks, agent collaboration, and intelligent routing.
### Phase 4: Production & Scale (Steps 17-18)
Features for reliability and long-term memory.
- [**16-concurrency-control**](./16-concurrency-control/) - Too many Pickle is running at the same time?
- [**16-concurrency-control**](./16-concurrency-control/) - Too many Pickle are running at the same time?
- [**17-memory**](./17-memory/) - Remember me!
## How to Use This Tutorial
@@ -64,16 +64,6 @@ Before running any step, you need to configure your API keys:
3. Just follow each steps, read and try it out.
## Star History
<a href="https://www.star-history.com/?repos=czl9707%2Fbuild-your-own-openclaw&type=date&legend=top-left">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/image?repos=czl9707/build-your-own-openclaw&type=date&theme=dark&legend=top-left" />
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/image?repos=czl9707/build-your-own-openclaw&type=date&legend=top-left" />
<img alt="Star History Chart" src="https://api.star-history.com/image?repos=czl9707/build-your-own-openclaw&type=date&legend=top-left" />
</picture>
</a>
## Contributing
Each step is implemented in a separate session. Feel free to suggest improvements!