Skip to content

Commit 1e3082d

Browse files
authored
docs(database): correct tableName config key (#653)
1 parent fbdace4 commit 1e3082d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/2.drivers/database.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ Before first operation, driver ensures a table with columns of `id`, `value`, `b
5757
**Options:**
5858

5959
- **`database`** (required): A `db0` database instance.
60-
- `table`: The name of the table to use. It defaults to `unstorage`.
60+
- `tableName`: The name of the table to use. It defaults to `unstorage`.

0 commit comments

Comments
 (0)