Fix documentation typos and README markup

This commit is contained in:
Shayan Jalili 2026-05-18 14:48:28 +00:00
parent cf9b5e4fa7
commit bd08f32648
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@
</a>
</p>
</p>
<h4 align="center"><a href="https://docs.litellm.ai/docs/simple_proxy" target="_blank">LiteLLM Proxy Server (AI Gateway)</a> | <a href="https://docs.litellm.ai/docs/enterprise#hosted-litellm-proxy" target="_blank"> Hosted Proxy</a> | <a href="https://litellm.ai/enterprise"target="_blank">Enterprise Tier</a> | <a href="https://www.litellm.ai/ai-gateway" target="_blank">Website</a></h4>
<h4 align="center"><a href="https://docs.litellm.ai/docs/simple_proxy" target="_blank">LiteLLM Proxy Server (AI Gateway)</a> | <a href="https://docs.litellm.ai/docs/enterprise#hosted-litellm-proxy" target="_blank"> Hosted Proxy</a> | <a href="https://litellm.ai/enterprise" target="_blank">Enterprise Tier</a> | <a href="https://www.litellm.ai/ai-gateway" target="_blank">Website</a></h4>
<h4 align="center">
<a href="https://pypi.org/project/litellm/" target="_blank">
<img src="https://img.shields.io/pypi/v/litellm.svg" alt="PyPI Version">

View file

@ -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/`