From 7183f5350ceb9a55a27be53a96c46d4fd0d75cd8 Mon Sep 17 00:00:00 2001
From: Jeff Tang <jeff.x.tang@gmail.com>
Date: Mon, 1 Jul 2024 16:54:58 -0700
Subject: [PATCH] Update README.md

---
 recipes/quickstart/agents/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes/quickstart/agents/README.md b/recipes/quickstart/agents/README.md
index bf63161f..25a4029a 100644
--- a/recipes/quickstart/agents/README.md
+++ b/recipes/quickstart/agents/README.md
@@ -1,6 +1,6 @@
 # Quickstart Llama 3 Powered Agent Examples Ported from DeepLearning.ai Short Courses
 
-The notebooks in this folder are ported from the 4 recent agent short courses on [Deeplearning.ai](https://www.deeplearning.ai) to use Llama 3 with open source frameworks (LangChain, LlamaIndex, AutoGen) to build agent apps.
+The notebooks in this folder are ported from the 4 recent agent short courses on [Deeplearning.ai](https://www.deeplearning.ai) to use Llama 3 to build agent apps from scratch or with open source frameworks (LangChain, LlamaIndex, AutoGen).
 
 1. [Functions Tools and Agents with LangChain L1 Function Calling](Functions_Tools_and_Agents_with_LangChain_L1_Function_Calling.ipynb)
 
-- 
GitLab