docs: update README.md

This commit is contained in:
Stevan Freeborn
2025-05-12 22:23:31 -05:00
parent a35455f063
commit c77975acaa
+3 -3
View File
@@ -2,6 +2,6 @@
A dependency injection container for [TypeScript](https://www.typescriptlang.org/) projects that is inspired by the [.NET](https://dotnet.microsoft.com/en-us/) DI container. It is designed to be simple, lightweight, and easy to use. A dependency injection container for [TypeScript](https://www.typescriptlang.org/) projects that is inspired by the [.NET](https://dotnet.microsoft.com/en-us/) DI container. It is designed to be simple, lightweight, and easy to use.
✅ .NET-style service registration with different lifetimes (singleton, scoped, transient) - ✅ .NET-style service registration with different lifetimes (singleton, scoped, transient)
✅ Constructor injection with decorators - ✅ Constructor injection with decorators
✅ Type-safe dependency resolution - ✅ Type-safe dependency resolution