Skip to content

Commit 2ddc2e1

Browse files
authored
Update README.md (#293)
1 parent 5358acb commit 2ddc2e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,9 @@ let config = PostgresConnection.Configuration(
114114
)
115115

116116
let connection = try await PostgresConnection.connect(
117-
on eventLoop: eventLoopGroup.next(),
117+
on: eventLoopGroup.next(),
118118
configuration: config,
119-
id connectionID: 1,
119+
id: 1,
120120
logger: logger
121121
)
122122

0 commit comments

Comments
 (0)