diff --git a/README.md b/README.md
index a3a309c..02a6489 100755
--- a/README.md
+++ b/README.md
@@ -68,7 +68,7 @@ uv pip install leann
-🔧 Build from Source (Recommended for development)
+🔧 Build from Source (Recommended for development)
@@ -166,7 +166,8 @@ ollama pull llama3.2:1b
-### Common Parameters (Available in All Examples)
+
+📋 Click to expand: Common Parameters (Available in All Examples)
All RAG examples share these common parameters:
@@ -187,6 +188,8 @@ All RAG examples share these common parameters:
--top-k N # Number of results to retrieve (default: 20)
```
+
+
### 📄 Personal Data Manager: Process Any Documents (`.pdf`, `.txt`, `.md`)!
Ask questions directly about your personal PDFs, documents, and any directory containing your files!
@@ -398,8 +401,7 @@ Once the index is built, you can ask questions like:
LEANN includes a powerful CLI for document processing and search. Perfect for quick document indexing and interactive chat.
-
-🔧 Click to expand: Installation Options
+### Installation
If you followed the Quick Start, `leann` is already installed in your virtual environment:
```bash
@@ -416,8 +418,6 @@ uv tool install leann
leann --help
```
-
-
### Usage Examples