docs: fix example in README.md

This commit is contained in:
Hayzam Sherif
2024-02-14 03:33:46 +05:30
committed by GitHub
parent 29ff72356a
commit bc38f922ba

View File

@@ -53,7 +53,7 @@ store := postgres.New()
// Initialize custom config
store := postgres.New(postgres.Config{
Db: dbPool,
DB: dbPool,
Table: "fiber_storage",
Reset: false,
GCInterval: 10 * time.Second,