From 8fd5ceb06293da4774e0bc47d0aab9a38454be99 Mon Sep 17 00:00:00 2001 From: Zachary Huang <33015448+zachary62@users.noreply.github.com> Date: Mon, 24 Feb 2025 16:56:33 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 839548a..d5b0e56 100644 --- a/README.md +++ b/README.md @@ -33,8 +33,8 @@ Pocket Flow lets you **build LLM apps just by chatting with agents like Cursor A Pocket Flow is *designed for LLM Agents*. If you’re using Cursor AI... 1. **🫠 With frameworks like LangChain**: Cursor AI often relies on deprecated packages or “hallucinates” functions. -2. **😐 with No Framework**: Cursor AI writes functional but not maintainable for real projects. -3. **🥰 with Pocket Flow**: (1) Minimal and expressive—easy for Cursor AI. (2) Nodes and flows keep the codes **modular and maintainable**. (3) The shared store **separates data from compute logic**. +2. **😐 With No Framework**: Cursor AI writes functional but not maintainable for real projects. +3. **🥰 With Pocket Flow**: (1) Minimal and expressive—easy for Cursor AI. (2) Nodes and flows keep the codes **modular and maintainable**. (3) The shared store **separates data from compute logic**. With just 100 lines, Pocket Flow ensures Cursor AI follows good coding practices without sacrificing flexibility.