From 270820179721849125dd5b63383d1d5116b6f5fd Mon Sep 17 00:00:00 2001 From: Aviuz Date: Sun, 4 Aug 2024 23:16:49 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 49f5622..28840ac 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Easy Console Framework [![NuGet](https://img.shields.io/nuget/v/ECF.svg?label=ECF)](https://nuget.org/packages/ECF) [![NuGet](https://img.shields.io/nuget/v/ECFTemplates.svg?label=ECFTemplates)](https://nuget.org/packages/ECFTemplates) .NET Core library for easy building console application with command line parsing and inversion of control (IoC). -By default it's using `Microsoft.Extensions.DependencyInjection` ([see other options](#Advanced%20scenarios)). +By default it's using `Microsoft.Extensions.DependencyInjection` ([see other options](#Advanced-scenarios)). It was designed for easy building application with multiple commands and low coupling. # How to use