diff --git a/docs/index.html b/docs/index.html index a2bee40..66f40de 100644 --- a/docs/index.html +++ b/docs/index.html @@ -88,7 +88,7 @@

ExtendedConsole ExtendedConsole provides methods to generate console menus.
Creating a menu with ExtendedConsole is as simple as this:
var selected = exConsole.Menu(
-	new MenuDisplayArgs(""What to do next?"),
+	new MenuDisplayArgs("What to do next?"),
 	("Quit", null),
 	("Go here", GoHere),
 	("Pause", () => exConsole.Pause()),