From e2cf1954031adac04c515d2100cd8897fa5750ee Mon Sep 17 00:00:00 2001 From: Zach <33015448+zachary62@users.noreply.github.com> Date: Sun, 6 Apr 2025 02:02:28 -0400 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c253ed9..bcded9a 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,9 @@ This is a tutorial project of [Pocket Flow](https://github.com/The-Pocket/PocketFlow), a 100-line LLM framework. It crawls GitHub repositories and build a knowledge base from the code. It analyzes entire codebases to identify core abstractions and how they interact, and transforms complex code into beginner-friendly tutorials with clear visualizations. -- Check out the [Substack Post](https://zacharyhuang.substack.com/p/ai-codebase-knowledge-builder-full) for more! +- Check out the [YouTube Development Tutorial](https://youtu.be/AFY67zOpbSo) for more! + +- Check out the [Substack Post Tutorial](https://zacharyhuang.substack.com/p/ai-codebase-knowledge-builder-full) for more! ## ⭐ Example Results for Popular GitHub Repositories!