Skip to content

Commit

Permalink
Update README.md [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
mysticmind authored Dec 14, 2023
1 parent 2eb025d commit 3b08c71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ using (var server = new MysticMind.PostgresEmbed.PgServer("15.3.0"))

await conn.OpenAsync();
await cmd.ExecuteNonQueryAsync();
conn.Close();
await conn.CloseAsync();
}
```

Expand Down

0 comments on commit 3b08c71

Please sign in to comment.