Skip to content

Commit

Permalink
chore(README): typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MonsterDeveloper committed Dec 16, 2024
1 parent 178c1c7 commit 8b353e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ createBetterSqlite3CacheTable(database, TABLE_NAME)
const cache = betterSqlite3CacheAdapter({
database,
tableName: TABLE_NAME,
keyPrefix: "my-app-", // optionally specify a key prefix
keyPrefix: "my-app", // optionally specify a key prefix
name: "my-app-cache", // optionally specify a cache name
})

Expand Down

0 comments on commit 8b353e7

Please sign in to comment.