diff --git a/postgres/README.md b/postgres/README.md index 4e7f6091..04cbe4ce 100644 --- a/postgres/README.md +++ b/postgres/README.md @@ -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,