docs: update README.md

This commit is contained in:
Stevan Freeborn
2025-05-10 15:28:53 -05:00
parent ec3fd230b7
commit 153dadcfc8
+1 -1
View File
@@ -1,6 +1,6 @@
# netdi
A dependency injection container for [TypeScript](https://www.typescriptlang.org/) that is inspired by the .NET 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)
✅ Constructor injection with decorators