Skip to content

Commit 5eed18f

Browse files
committed
chore: lint:
1 parent 149d99c commit 5eed18f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

readme.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ pnpm install @kinde/js-utils
3232
exports `storageSettings` which can be used to configure the storage methods.
3333

3434
```json
35-
{
36-
keyPrefix: "kinde-", // Prefix to be used on all storage items
37-
maxLength: 2000, // Max length of storage block, will auto split into separate chunks if needed
35+
{
36+
"keyPrefix": "kinde-", // Prefix to be used on all storage items
37+
"maxLength": 2000 // Max length of storage block, will auto split into separate chunks if needed
3838
}
3939
```
4040

0 commit comments

Comments
 (0)