Browse Source

Update README

miguel 6 years ago
parent
commit
c4d4b6126d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -113,7 +113,7 @@ class Demo {
             new RadioGroup (3, 8, new [] { "_Personal", "_Company" }),
             new RadioGroup (3, 8, new [] { "_Personal", "_Company" }),
             new Button (3, 14, "Ok"),
             new Button (3, 14, "Ok"),
             new Button (10, 14, "Cancel"),
             new Button (10, 14, "Cancel"),
-            new Label (3, 18, "Press ESC and 9 to activate the menubar"));
+            new Label (3, 18, "Press F9 or ESC plus 9 to activate the menubar"));
 
 
         Application.Run ();
         Application.Run ();
     }
     }