From 443168de91780a14cd26469b19a3d6967a62611e Mon Sep 17 00:00:00 2001 From: Zachary Huang <33015448+zachary62@users.noreply.github.com> Date: Thu, 2 Jan 2025 10:27:31 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 567dc51..e78beb5 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Mini LLM Flow is designed to be **the framework used by LLMs**. In the future, L The ideal framework for LLMs should (1) **strip away low-level implementation details**, and (2) **keep high-level programming paradigms**. Hence, we provide this minimal (100-line) framework that allows LLMs to focus on what matters. -Mini LLM Flow is also a **great learning resource**, as current frameworks abstract too much away. +Mini LLM Flow is also a *learning resource*, as current frameworks abstract too much away.