diff --git a/README.md b/README.md index 89efe48..56576c6 100644 --- a/README.md +++ b/README.md @@ -64,9 +64,10 @@ From there, it’s easy to implement popular design patterns like ([Multi-](http | Tutorial Name | Difficulty | Topics | Description | | :-------------: | :-------------: | :-------------: | :--------------------- | | [Research Agent](https://github.com/The-Pocket/PocketFlow/tree/main/cookbook/pocketflow-agent) | ☆☆☆ *Dummy* | [Agent](https://the-pocket.github.io/PocketFlow/design_pattern/agent.html) | An AI agent that can search the web and answer questions | - +| [Parallel Summarization](https://github.com/The-Pocket/PocketFlow/tree/main/cookbook/pocketflow-parallel-batch) | ☆☆☆ *Dummy* | [Parallel](https://the-pocket.github.io/PocketFlow/core_abstraction/parallel.html) | A parallel execution demo that shows 3x speedup | +👀 Want to see other tutorials for dummies? [Create an issue!](https://github.com/The-Pocket/PocketFlow/issues/new) ## How to Use Pocket Flow?