From bd08f326486ea73cf6058c03c6ceca8f62fb21b2 Mon Sep 17 00:00:00 2001 From: Shayan Jalili <156385513+ShayanCanty@users.noreply.github.com> Date: Mon, 18 May 2026 14:48:28 +0000 Subject: [PATCH] Fix documentation typos and README markup --- README.md | 2 +- tests/test_litellm/readme.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 72fd43925c9..2e7746281b3 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@

-

LiteLLM Proxy Server (AI Gateway) | Hosted Proxy | Enterprise Tier | Website

+

LiteLLM Proxy Server (AI Gateway) | Hosted Proxy | Enterprise Tier | Website

PyPI Version diff --git a/tests/test_litellm/readme.md b/tests/test_litellm/readme.md index d126ea8e75b..f0fbb31fbea 100644 --- a/tests/test_litellm/readme.md +++ b/tests/test_litellm/readme.md @@ -1,6 +1,6 @@ # Testing for `litellm/` -This directory 1:1 maps the the `litellm/` directory, and can only contain mocked tests. +This directory 1:1 maps to the `litellm/` directory, and can only contain mocked tests. The point of this is to: 1. Increase test coverage of `litellm/`