Skip to content

Commit fef1c40

Browse files
author
biitez
committed
Merge branch 'master' of https://github.com/biitez/EasyMenu
2 parents 294cb5d + d63c7ee commit fef1c40

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
### EasyMenu
2+
[![Nuget](https://img.shields.io/nuget/v/EasyMenu?style=flat-square)](https://www.nuget.org/packages/EasyMenu) [![GitHub Latest Release](https://img.shields.io/github/v/release/biitez/EasyMenu.svg?style=flat-square)](https://github.com/biitez/EasyMenu/releases)
23

4+
35
Library created in .NET Standard to make menus in C# console in a very simple way
46

57
#### Features:
@@ -25,7 +27,7 @@ MenuConsole Menu = new MenuBuilder(BreadCrumbHeader: true, UserInputMessage: "Ch
2527
// o.. make subMenus
2628
.WithMenu("Menu with SubMenus", new[]
2729
{
28-
// Dentro de los SubMenus puede hacer exactamente lo mismo que en .WithMenu
30+
// Within the SubMenus you can do exactly the same as in .WithMenu
2931
new Menu("SubMenu A", () => { Console.WriteLine("Hi from SubMenu A!"); }),
3032

3133
// Also you can create all the SubMenus you want within others

0 commit comments

Comments
 (0)