Skip to content

Commit 50ee4fc

Browse files
Fix typo in readme (#31)
1 parent 3f49b0d commit 50ee4fc

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
@@ -68,7 +68,7 @@ err := postgres.Stop()
6868
or with created with custom configuration
6969

7070
```go
71-
logger := &bytes.Byffer{}
71+
logger := &bytes.Buffer{}
7272
postgres := NewDatabase(DefaultConfig().
7373
Username("beer").
7474
Password("wine").

0 commit comments

Comments
 (0)