From 153dadcfc8a835291fbb969c09c7ff4adb71d5e9 Mon Sep 17 00:00:00 2001 From: Stevan Freeborn <65925598+StevanFreeborn@users.noreply.github.com> Date: Sat, 10 May 2025 15:28:53 -0500 Subject: [PATCH] docs: update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e8d56a8..3c4a0dd 100644 --- a/README.md +++ b/README.md @@ -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