From 993f422550dad8d7410fc5390b593e50285bfd06 Mon Sep 17 00:00:00 2001 From: Zachary Huang <33015448+zachary62@users.noreply.github.com> Date: Mon, 10 Mar 2025 11:03:53 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b5fbdb..666b450 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Pocket Flow is a [100-line](pocketflow/__init__.py) minimalist LLM framework - **Principled**: Built with modularity and clear separation of concerns at its heart for maintainable codes. -- **AI-Friendly**: Intuitive enough for AI agents (e.g., Cursor AI) to assist humans in [Vibe Coding](https://x.com/karpathy/status/1886192184808149383). +- **AI-Friendly**: Intuitive enough for AI agents (e.g., Cursor AI) to help humans code. - To install, ```pip install pocketflow```or just copy the [source code](pocketflow/__init__.py) (only 100 lines).