We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e18f1e commit cc37082Copy full SHA for cc37082
packages/powersync/README.md
@@ -41,7 +41,7 @@ const schema = Schema([
41
42
late PowerSyncDatabase db;
43
44
-// You must implement a backend connector to define how Powersync communicates with your backend.
+// You must implement a backend connector to define how PowerSync communicates with your backend.
45
class MyBackendConnector extends PowerSyncBackendConnector {
46
PowerSyncDatabase db;
47
0 commit comments