diff --git a/README.md b/README.md
index 2128789..3b157dd 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,17 @@
-
- Simple, Elastic-quality search for Postgres
+ Search without a second system.
+ One Postgres for your application data, full-text search, vector retrieval, and aggregations.
@@ -30,7 +36,7 @@
## ParadeDB for Django
-The official [Django](https://www.djangoproject.com/) integration for [ParadeDB](https://paradedb.com), including first-class support for managing BM25 indexes and running queries using the full ParadeDB API. Follow the [getting started guide](https://docs.paradedb.com/documentation/getting-started/environment#django) to begin.
+The official [Django](https://www.djangoproject.com/) integration for [ParadeDB](https://paradedb.com) (powered by the [`pg_search`](https://github.com/paradedb/paradedb) Postgres extension), including first-class support for managing BM25 indexes and running queries using the full ParadeDB API. Follow the [getting started guide](https://docs.paradedb.com/documentation/getting-started/environment#django) to begin.
## Requirements & Compatibility
diff --git a/examples/README.md b/examples/README.md
index ba829bb..84c7b82 100644
--- a/examples/README.md
+++ b/examples/README.md
@@ -1,6 +1,6 @@
# ParadeDB for Django: Examples & Cookbook
-Welcome to the **ParadeDB for Django** examples! This directory contains a collection of self-contained scripts designed to teach you how to integrate powerful search and analytics features into your Django application using ParadeDB.
+Welcome to the **ParadeDB for Django** examples! This directory contains a collection of self-contained scripts designed to teach you how to integrate full-text search, vector retrieval, and aggregations into your Django application using ParadeDB.
Think of this as a **cookbook**: whether you need simple keyword search, an e-commerce filtering system, or a cutting-edge RAG (Retrieval-Augmented Generation) pipeline, you'll find a recipe here.