From e3279267e0020f12e2b75b5fc991faeb5146ed86 Mon Sep 17 00:00:00 2001
From: Conrad Hofmeyr
Date: Thu, 30 May 2024 08:56:54 -0600
Subject: [PATCH 1/2] Readme update: Messaging/description of powersync
---
README.md | 10 +++++-----
packages/powersync/README.md | 4 ++--
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/README.md b/README.md
index 64f47e72..88c1df6a 100644
--- a/README.md
+++ b/README.md
@@ -2,15 +2,15 @@
-*Bad connectivity is everywhere, and we're tired of it. PowerSync is on a mission to help developers write offline-first real-time reactive apps.*
+*[PowerSync](https://www.powersync.com) is a Postgres-SQLite sync layer, which helps developers to create local-first real-time reactive apps that work seamlessly both online and offline.*
PowerSync SDK for Dart and Flutter
===========
| package | build | pub | likes | popularity | pub points |
|----------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------| ------- | ------- |
-| powersync | [](https://github.com/powersync-ja/powersync.dart/actions?query=workflow%3Apackages) | [](https://pub.dev/packages/powersync) | [](https://pub.dev/packages/powersync/score) | [](https://pub.dev/packages/powersync/score) | [](https://pub.dev/packages/powersync/score)
-| powersync_attachments_helper | [](https://github.com/powersync-ja/powersync.dart/actions?query=workflow%3Apackages) | [](https://pub.dev/packages/powersync_attachments_helper) | [](https://pub.dev/packages/powersync_attachments_helper/score) | [](https://pub.dev/packages/powersync_attachments_helper/score) | [](https://pub.dev/packages/powersync_attachments_helper/score)
+| [powersync](https://github.com/powersync-ja/powersync.dart/tree/master/packages/powersync) | [](https://github.com/powersync-ja/powersync.dart/actions?query=workflow%3Apackages) | [](https://pub.dev/packages/powersync) | [](https://pub.dev/packages/powersync/score) | [](https://pub.dev/packages/powersync/score) | [](https://pub.dev/packages/powersync/score)
+| [powersync_attachments_helper](https://github.com/powersync-ja/powersync.dart/tree/master/packages/powersync_attachments_helper) | [](https://github.com/powersync-ja/powersync.dart/actions?query=workflow%3Apackages) | [](https://pub.dev/packages/powersync_attachments_helper) | [](https://pub.dev/packages/powersync_attachments_helper/score) | [](https://pub.dev/packages/powersync_attachments_helper/score) | [](https://pub.dev/packages/powersync_attachments_helper/score)
#### Usage
@@ -25,6 +25,6 @@ For detailed usage, check out the inner [powersync](https://github.com/powersync
#### Resources
- [](https://docs.powersync.com/client-sdk-references/flutter)
-- [](https://discord.gg/powersync)
-- [](https://twitter.com/intent/follow?screen_name=powersync_)
+- [](https://discord.gg/powersync)
+- [](https://twitter.com/intent/follow?screen_name=powersync_)
- [](https://twitter.com/intent/follow?screen_name=powersync_)
diff --git a/packages/powersync/README.md b/packages/powersync/README.md
index f2935aa1..ad3cfbee 100644
--- a/packages/powersync/README.md
+++ b/packages/powersync/README.md
@@ -4,9 +4,9 @@
# PowerSync SDK for Dart/Flutter
-[PowerSync](https://powersync.com) is a service and set of SDKs that keeps Postgres databases in sync with on-device SQLite databases.
+*[PowerSync](https://www.powersync.com) is a Postgres-SQLite sync layer, which helps developers to create local-first real-time reactive apps that work seamlessly both online and offline.*
-This package (`powersync`) is the PowerSync SDK for Dart/Flutter clients.
+This package (`powersync`) is the PowerSync client SDK for Dart/Flutter clients.
See a summary of features [here](https://docs.powersync.com/client-sdk-references/flutter).
From e57381f9c5340d9d0118f91cd3d3f1d7a9b07395 Mon Sep 17 00:00:00 2001
From: Conrad Hofmeyr
Date: Thu, 30 May 2024 11:09:17 -0600
Subject: [PATCH 2/2] remove duplicate word
---
packages/powersync/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/packages/powersync/README.md b/packages/powersync/README.md
index ad3cfbee..be7e50c3 100644
--- a/packages/powersync/README.md
+++ b/packages/powersync/README.md
@@ -6,7 +6,7 @@
*[PowerSync](https://www.powersync.com) is a Postgres-SQLite sync layer, which helps developers to create local-first real-time reactive apps that work seamlessly both online and offline.*
-This package (`powersync`) is the PowerSync client SDK for Dart/Flutter clients.
+This package (`powersync`) is the PowerSync client SDK for Dart/Flutter.
See a summary of features [here](https://docs.powersync.com/client-sdk-references/flutter).