From c77975acaa7b128d04ecfc632a0d07a3dea45a6f Mon Sep 17 00:00:00 2001 From: Stevan Freeborn <65925598+StevanFreeborn@users.noreply.github.com> Date: Mon, 12 May 2025 12:10:52 -0500 Subject: [PATCH] docs: update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3c4a0dd..a1ea2f4 100644 --- a/README.md +++ b/README.md @@ -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. -✅ .NET-style service registration with different lifetimes (singleton, scoped, transient) -✅ Constructor injection with decorators -✅ Type-safe dependency resolution +- ✅ .NET-style service registration with different lifetimes (singleton, scoped, transient) +- ✅ Constructor injection with decorators +- ✅ Type-safe dependency resolution