From bbbe1af3fdd70eeceb9ddfa600f767d84d21955b Mon Sep 17 00:00:00 2001 From: Zak Horton Date: Tue, 1 Oct 2024 13:13:11 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1bd584c..c99c464 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ safety. | **TypeScript Support** | ✅ | ✅ | ✅ | ✅ | ✅ | | **Does not Need Decorator-based DI** | ✅ | ❌ | ❌ | ❌ | ❌ | | **Constructor Injection** | ✅ | ✅ | ✅ | ✅ | ✅ | -| **Property Injection** | ✅ (Manual) | ✅ | ✅ | ✅ | ✅ | +| **Property Injection** | ✅ | ✅ | ✅ | ✅ | ✅ | | **Method Injection** | ✅ | ✅ | ✅ | ✅ | ✅ | | **Circular Dependency Detection** | ✅ | ✅ | ✅ | ✅ | ✅ | | **Lazy Injection** | ✅ | ✅ | ✅ | ✅ | ❌ |