Skip to content

Commit

Permalink
fixed a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Peled-Zohar authored Nov 16, 2021
1 parent 2657d07 commit 72b81db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +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(
new MenuDisplayArgs(""What to do next?"),
new MenuDisplayArgs("What to do next?"),
("<c f='red'>Quit</c>", null),
("Go here", GoHere),
("Pause", () => exConsole.Pause()),
Expand Down

0 comments on commit 72b81db

Please sign in to comment.