Skip to content

Commit fb45f02

Browse files
update readme
1 parent 4692c8b commit fb45f02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/collections/powersync-collection.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,8 @@ The `powerSyncCollectionOptions` function accepts the following options:
156156
```ts
157157
interface PowerSyncCollectionConfig<T> {
158158
database: PowerSyncDatabase // PowerSync database instance
159-
tableName: string // Name of the table in PowerSync
160-
schema?: Schema // Optional schema for validation
159+
table: Table // PowerSync schema table definition
160+
schema?: Schema // Optional schema for additional validation
161161
}
162162
```
163163

0 commit comments

Comments
 (0)