From a7c4e5ed12ad8d04da605f54b089de6bc8faf249 Mon Sep 17 00:00:00 2001 From: "Simon G." Date: Thu, 4 Dec 2025 10:54:19 +0100 Subject: [PATCH] #62: fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f77145e..bea9159 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ The easiest way to [install](https://github.com/SimonG96/LightweightIocContainer There is the option to install the [LightweightIocContainer.Validation](https://www.nuget.org/packages/LightweightIocContainer.Validation/) package: ```.net -> dotnet add package LightweightIocContainer.Validaton --version 5.0.0 +> dotnet add package LightweightIocContainer.Validation --version 5.0.0 ``` With this you can validate your `IocContainer` setup by using the `IocValidator` in a unit test: