diff --git a/README.md b/README.md
index 84695c875..260b89763 100644
--- a/README.md
+++ b/README.md
@@ -21,6 +21,12 @@
+
+
a light package to simplify calling OpenAI, Azure, Cohere, Anthropic, Huggingface API Endpoints. It manages:
@@ -34,7 +40,12 @@ Demo - https://litellm.ai/playground
Docs - https://docs.litellm.ai/docs/
**Free** Dashboard - https://docs.litellm.ai/docs/debugging/hosted_debugging
-## quick start
+## Quick Start
+
+
+
+
+
```
pip install litellm
```
@@ -54,7 +65,6 @@ response = completion(model="gpt-3.5-turbo", messages=messages)
# cohere call
response = completion(model="command-nightly", messages)
```
-Code Sample: [Getting Started Notebook](https://colab.research.google.com/drive/1gR3pY-JzDZahzpVdbGBtrNGDBmzUNJaJ?usp=sharing)

Stable version