From 4bc99eedd1dc95a9fddda85cc9a56dc7bc5a289d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Quang=20T=C3=B9ng?= Date: Mon, 12 Feb 2024 21:02:51 +0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 17ba55f..a023f35 100644 --- a/README.md +++ b/README.md @@ -7,11 +7,11 @@ * It is simpler than [uber/fx](https://github.com/uber-go/fx), yet still powerful * Static typing & without using reflection -* Easy to use and easy to replace objects for unit & integration testing (by using **Override**) +* Easy to use and easy to replace objects for unit & integration testing (by using **Override**, one can replace any part of the **default** dependency graph) * Easy to read & navigate with IDEs * Safe to use in multiple goroutines * Very easy-to-read stacktraces when something wrong happens -* Provide default wiring through the **Register** method, or no default wiring through **RegisterEmpty** +* Provide **default** wiring through the **Register** method, or no default wiring through **RegisterEmpty** #### This library does NOT actually use the Service Locator pattern