Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Confusingboat committed Mar 15, 2024
1 parent d5b6d53 commit 06d4b25
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 @@ -34,7 +34,7 @@ public async Task Test_should_pass()
await using var container = await database.CreateEphemeralContainerAsync();

// You can even bring your own database or container to clean up automatically
database.GetContainer("myCoolContainer").ToEphemeral();
await using var myCoolContainer = database.GetContainer("myCoolContainer").ToEphemeral();

// Resources will be automatically cleaned up
// as we exit the using scopes
Expand Down

0 comments on commit 06d4b25

Please sign in to comment.