From c4871e43e9f9762270a1435ae09fef403cf34aca Mon Sep 17 00:00:00 2001 From: terrchen Date: Sun, 27 Oct 2024 20:12:33 -0400 Subject: [PATCH] Fix minor grammatical errors --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7a02d0aee..38aaf5846 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ Some recipes require the presence of langchain. To install the packages follow t ``` pip install llama-recipes[langchain] ``` -Optional dependencies can also be combines with [option1,option2]. +Optional dependencies can also be combined with [option1,option2]. #### Install from source To install from source e.g. for development use these commands. We're using hatchling as our build backend which requires an up-to-date pip as well as setuptools package. @@ -119,7 +119,7 @@ Most of the code dealing with Llama usage is organized across 2 main folders: `r ### `recipes/` -Contains examples are organized in folders by topic: +Contains examples organized in folders by topic: | Subfolder | Description | |---|---| [quickstart](./recipes/quickstart) | The "Hello World" of using Llama, start here if you are new to using Llama.