From d2bc6b8c14554a4c8d31046dae0b86c6a26896f8 Mon Sep 17 00:00:00 2001 From: Nico Rehwaldt Date: Sun, 4 Feb 2024 19:15:13 +0100 Subject: [PATCH] docs: fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 31d807b..c71ae6b 100644 --- a/README.md +++ b/README.md @@ -216,7 +216,7 @@ const injector = new Injector([ ``` -### Type-safe Service Retrival +### Type-safety [`didi`](https://github.com/nikku/didi) ships type declarations that allow you to use it in a type safe manner.