From 37cfa0f70a74c9a2aed0be35dcf05c4072276a27 Mon Sep 17 00:00:00 2001 From: Steve Cosman Date: Mon, 17 Feb 2025 11:19:40 -0500 Subject: [PATCH] Fix typo in main readme (#8574) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 72ac5423c7..300b029081 100644 --- a/README.md +++ b/README.md @@ -467,4 +467,4 @@ If you have suggestions on how to improve the code quality feel free to open an ### Frontend 1. Navigate to `ui/litellm-dashboard` 2. Install dependencies `npm install` -3. Run `npm run dev` to start the dashboard \ No newline at end of file +3. Run `npm run dev` to start the dashboard