From 8da381f7a8b3a944aa9a529e7d86a72caa8f43f4 Mon Sep 17 00:00:00 2001 From: Zach <33015448+zachary62@users.noreply.github.com> Date: Sat, 29 Mar 2025 21:30:29 -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 a0c601e..645bbc4 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Pocket Flow is a [100-line](pocketflow/__init__.py) minimalist LLM framework - To install, ```pip install pocketflow```or just copy the [source code](pocketflow/__init__.py) (only 100 lines). -- To learn more, check out the [documentation](https://the-pocket.github.io/PocketFlow/). For an in-depth design dive, read the [essay](https://zacharyhuang.substack.com/p/i-built-an-llm-framework-in-just). +- To learn more, check out the [documentation](https://the-pocket.github.io/PocketFlow/). To learn the motivation, read the [story](https://zacharyhuang.substack.com/p/i-built-an-llm-framework-in-just). - 🎉 Join our [discord](https://discord.gg/hUHHE9Sa6T)!