Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
4strodev authored Jan 9, 2025
1 parent c3be69f commit 882d123
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ func main() {
## Extended containers
The `extended` package contains extensions for containers:

- **Derived**: A derived container allows you to create containers that inherits resolvers from parent containers. Allowing you to use container for
short living contexts like an http request.
- **Derived**: A derived container allows you to create containers that inherits resolvers from parent containers. This is a fully functional container which can has their own and *Scoped 🚀* dependencies.
Allowing you to use container for short living contexts like an http request.
- **Must**: An interface that instead of returning errors panics.

## Token based
Expand Down

0 comments on commit 882d123

Please sign in to comment.