File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ You'll need to create a PowerSync account and set up a PowerSync instance. You c
2525
2626` flutter pub add powersync `
2727
28- ### Implement a backend connector and initialize the Powersync database
28+ ### Implement a backend connector and initialize the PowerSync database
2929
3030``` dart
3131import 'package:powersync/powersync.dart';
@@ -34,7 +34,7 @@ import 'package:path/path.dart';
3434
3535// Define the schema for the local SQLite database.
3636// You can automatically generate this schema based on your sync rules:
37- // In the Powersync dashboard, right-click on your PowerSync instance and then click "Generate client-side schema"
37+ // In the PowerSync dashboard, right-click on your PowerSync instance and then click "Generate client-side schema"
3838const schema = Schema([
3939 Table('customers', [Column.text('name'), Column.text('email')])
4040]);
You can’t perform that action at this time.
0 commit comments