Skip to content

Commit 15c2509

Browse files
committed
all the camelcase
1 parent cc37082 commit 15c2509

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/powersync/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
3131
import '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"
3838
const schema = Schema([
3939
Table('customers', [Column.text('name'), Column.text('email')])
4040
]);

0 commit comments

Comments
 (0)