Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Aviuz authored Aug 4, 2024
1 parent 4085d20 commit 2708201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 2708201

Please sign in to comment.