Skip to content

Commit d83d0ae

Browse files
authored
Fix minor grammatical errors (meta-llama#748)
1 parent 26f10a6 commit d83d0ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Some recipes require the presence of langchain. To install the packages follow t
7676
```
7777
pip install llama-recipes[langchain]
7878
```
79-
Optional dependencies can also be combines with [option1,option2].
79+
Optional dependencies can also be combined with [option1,option2].
8080

8181
#### Install from source
8282
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
119119

120120
### `recipes/`
121121

122-
Contains examples are organized in folders by topic:
122+
Contains examples organized in folders by topic:
123123
| Subfolder | Description |
124124
|---|---|
125125
[quickstart](./recipes/quickstart) | The "Hello World" of using Llama, start here if you are new to using Llama.

0 commit comments

Comments
 (0)