adjust help menu bindings
diff --git a/Lib/idlelib/Bindings.py b/Lib/idlelib/Bindings.py
index 33c6c44..1bb926d 100644
--- a/Lib/idlelib/Bindings.py
+++ b/Lib/idlelib/Bindings.py
@@ -54,6 +54,7 @@
    ('_IDLE Help...', '<<help>>'),
    ('Python _Documentation...', '<<python-docs>>'),
    ('_Advice...', '<<good-advice>>'),
+   ('View IDLE _Readme...', '<<view-readme>>'),
    None,
    ('_About IDLE...', '<<about-idle>>'),
   ]),