From b7def30ae9416bb2fb59fea9bd052c0faee71d25 Mon Sep 17 00:00:00 2001
From: Zachary Huang <33015448+zachary62@users.noreply.github.com>
Date: Fri, 28 Feb 2025 01:56:24 -0500
Subject: [PATCH] Update README.md
---
README.md | 29 +++++++++++++++--------------
1 file changed, 15 insertions(+), 14 deletions(-)
diff --git a/README.md b/README.md
index b3f6d9e..7a3c383 100644
--- a/README.md
+++ b/README.md
@@ -43,6 +43,21 @@ In short, the **100 lines** ensures LLM Agents follows *solid coding practices*
- **For LLM App development**: Use [Cursor AI](https://www.cursor.com/). Copy [.cursorrules](assets/.cursorrules) nto your project root as **[Cursor Rules](https://docs.cursor.com/context/rules-for-ai)**.
+## What can Pocket Flow build?
+
+Below are examples LLM Apps and tutorials
+
+
+
+| App Name | Difficulty | Learning Objectives |
+| :------------- | :------------- | :--------------------- |
+| [Youtube ELI5 Summarizer](https://github.com/The-Pocket/Tutorial-Youtube-Made-Simple) | ★☆☆ *Beginner* | [Map Reduce](https://the-pocket.github.io/PocketFlow/mapreduce.html) |
+| [AI Paul Graham](https://github.com/The-Pocket/Tutorial-YC-Partner) | ★☆☆ *Beginner* | [RAG](https://the-pocket.github.io/PocketFlow/rag.html) |
+
+
+
+- Do you want to create your own Python project? Start with [this template](https://github.com/The-Pocket/PocketFlow-Template-Python)
+
## How does Pocket Flow work?
@@ -65,17 +80,3 @@ From there, it’s easy to implement popular design patterns like ([Multi-](http
-## What can Pocket Flow build?
-
-Below are examples LLM Apps and tutorials
-
-
-
-| App Name | Difficulty | Learning Objectives |
-| :------------- | :------------- | :--------------------- |
-| [Youtube ELI5 Summarizer](https://github.com/The-Pocket/Tutorial-Youtube-Made-Simple) | ★☆☆ *Beginner* | [Map Reduce](https://the-pocket.github.io/PocketFlow/mapreduce.html) |
-| [AI Paul Graham](https://github.com/The-Pocket/Tutorial-YC-Partner) | ★☆☆ *Beginner* | [RAG](https://the-pocket.github.io/PocketFlow/rag.html) |
-
-
-
-- Do you want to create your own Python project? Start with [this template](https://github.com/The-Pocket/PocketFlow-Template-Python)