From 9be52c7d6c2875031611d43d68a64e340e9c410b Mon Sep 17 00:00:00 2001
From: Kobie Botha
Date: Fri, 21 Aug 2026 12:21:57 -0600
Subject: [PATCH 1/2] messaging refinement
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 40dd71e..28f4b70 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
-_[PowerSync](https://www.powersync.com) is a sync engine for building local-first apps with instantly-responsive UI/UX and simplified state transfer. Syncs between SQLite on the client-side and Postgres, MongoDB, MySQL or SQL Server on the server-side._
+_[PowerSync](https://www.powersync.com) keeps a client-side SQLite database in sync with your backend database. Changes appear across users and devices in real-time, user interactions feel instant and your app will continue to work even when offline. Supports Postgres, MongoDB, MySQL, and SQL Server. Client SDKs are available for a wide range of environments including web, mobile, desktop, headless and embedded._
## PowerSync Native
From 8bb71daa642c027d5d5f8ee10a04d94ec0e4c489 Mon Sep 17 00:00:00 2001
From: Kobie Botha
Date: Fri, 21 Aug 2026 12:55:11 -0600
Subject: [PATCH 2/2] nit
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 28f4b70..dfaf696 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
-_[PowerSync](https://www.powersync.com) keeps a client-side SQLite database in sync with your backend database. Changes appear across users and devices in real-time, user interactions feel instant and your app will continue to work even when offline. Supports Postgres, MongoDB, MySQL, and SQL Server. Client SDKs are available for a wide range of environments including web, mobile, desktop, headless and embedded._
+_[PowerSync](https://www.powersync.com) keeps a client-side SQLite database in sync with your backend database. Changes appear across users and devices in real-time, user interactions feel instant and your app continues to work even when offline. Supports Postgres, MongoDB, MySQL, and SQL Server. Client SDKs are available for a wide range of environments including web, mobile, desktop, headless and embedded._
## PowerSync Native