diff --git a/README.md b/README.md
index 15516e6..d4480e3 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 SQLAlchemy
-The official [SQLAlchemy](https://www.sqlalchemy.org/) integration for [ParadeDB](https://paradedb.com), including first-class support for managing BM25 indexes with Alembic and running queries using the full ParadeDB API. Follow the [getting started guide](https://docs.paradedb.com/documentation/getting-started/environment#sqlalchemy) to begin.
+The official [SQLAlchemy](https://www.sqlalchemy.org/) 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 with Alembic and running queries using the full ParadeDB API. Follow the [getting started guide](https://docs.paradedb.com/documentation/getting-started/environment#sqlalchemy) to begin.
## Requirements & Compatibility