Skip to content

Commit 8b353e7

Browse files
chore(README): typo
1 parent 178c1c7 commit 8b353e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ createBetterSqlite3CacheTable(database, TABLE_NAME)
6060
const cache = betterSqlite3CacheAdapter({
6161
database,
6262
tableName: TABLE_NAME,
63-
keyPrefix: "my-app-", // optionally specify a key prefix
63+
keyPrefix: "my-app", // optionally specify a key prefix
6464
name: "my-app-cache", // optionally specify a cache name
6565
})
6666

0 commit comments

Comments
 (0)