Skip to content

Commit 3c721ac

Browse files
Update README.md (#63)
## Description Update README.md ### Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] Documentation update (improves or adds clarity to existing documentation) ### Tested on - [ ] iOS - [ ] Android ### Testing instructions <!-- Provide step-by-step instructions on how to test your changes. Include setup details if necessary. --> ### Screenshots <!-- Add screenshots here, if applicable --> ### Related issues <!-- Link related issues here using #issue-number --> ### Checklist - [ ] I have performed a self-review of my code - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] I have updated the documentation accordingly - [ ] My changes generate no new warnings ### Additional notes <!-- Include any additional information, assumptions, or context that reviewers might need to understand this PR. -->
1 parent d79ae01 commit 3c721ac

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,11 @@ The minimal supported version is 17.0 for iOS and Android 13.
2020

2121
## Examples 📲
2222

23-
We currently host a single example demonstrating a chat app built with the latest **Llama 3.2 1B/3B** model. If you'd like to run it, navigate to `examples/llama` from the repository root and install the dependencies with:
23+
We currently host two example apps demonstrating use cases of our library:
24+
- examples/computer-vision - computer vision related tasks
25+
- examples/llama - chat applications showcasing use of LLMs
26+
27+
If you would like to run it, navigate to it's project directory, for example `examples/llama` from the repository root and install dependencies with:
2428

2529
```bash
2630
yarn

0 commit comments

Comments
 (0)