From 55d88ac1944aa0602363a152b8953fca079c954c Mon Sep 17 00:00:00 2001 From: Francisco Javier Arceo Date: Tue, 20 May 2025 10:40:38 -0400 Subject: [PATCH] chore: Updated readme Signed-off-by: Francisco Javier Arceo --- llama_stack/ui/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llama_stack/ui/README.md b/llama_stack/ui/README.md index e3e21bf0b..665619bf1 100644 --- a/llama_stack/ui/README.md +++ b/llama_stack/ui/README.md @@ -8,7 +8,7 @@ We use shadcdn/ui [Shadcn UI](https://ui.shadcn.com/) for the UI components. First, install dependencies: ```bash -npm install next react react-dom +npm install ``` Then, run the development server: