diff --git a/README.md b/README.md
index a0593f0..a5a1db2 100644
--- a/README.md
+++ b/README.md
@@ -309,6 +309,7 @@ Keybinding | Description
C-c . # | Convert integer at point to specified base. Default is 10.
C-c . % | Replace integer at point with another specified integer.
C-c . ' | Perform arithmetic operations on integer at point. User specifies the operator.
+Super-g | Toggle between God mode and non-God mode
Super-r | Recent files
Super-j | Join lines
Super-k | Kill whole line
diff --git a/core/prelude-core.el b/core/prelude-core.el
index c9705a2..910e61b 100644
--- a/core/prelude-core.el
+++ b/core/prelude-core.el
@@ -380,7 +380,7 @@ Doesn't mess with special buffers."
(defvar prelude-tips
'("Press to open a file with external program."
"Press or to navigate a project's files with ido."
- "Press or to run grep on a project."
+ "Press to run grep on a project."
"Press or to switch between projects."
"Press to expand the selected region."
"Press to search in Google."