Skip to content

Commit

Permalink
docs: fix example in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hayzamjs authored Feb 13, 2024
1 parent 29ff723 commit bc38f92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postgres/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit bc38f92

Please sign in to comment.