Skip to content

Commit

Permalink
Readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
maldoinc committed Oct 27, 2024
1 parent 62bd512 commit 92df381
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 @@ -83,7 +83,7 @@ async def make_db(dsn: Annotated[str, Inject(param="db_dsn")]) -> AsyncIterator[
yield conn
```

*Note*: If you use generator factories, call `container.{close/aclose}` on termination for the necessary cleanup to take place.
*Note*: If you use generator factories, call `container.{close,aclose}` on termination for the necessary cleanup to take place.


**3. Use**
Expand Down

0 comments on commit 92df381

Please sign in to comment.