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