Skip to content

Commit

Permalink
Updated Index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Peled-Zohar authored Nov 16, 2021
1 parent 947835a commit 2657d07
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,7 @@ <h1 style="text-align:center;" id="this-is-the-homepage"><strong>ExtendedConsole
ExtendedConsole provides methods to generate console menus.<br />
Creating a menu with ExtendedConsole is as simple as this:<br />
<pre><code class="lang-csharp">var selected = exConsole.Menu(
"What to do next?",
true,
new MenuDisplayArgs(""What to do next?"),
("<c f='red'>Quit</c>", null),
("Go here", GoHere),
("Pause", () => exConsole.Pause()),
Expand Down

0 comments on commit 2657d07

Please sign in to comment.