diff --git a/README.md b/README.md
index 78f593f9..c2af643a 100644
--- a/README.md
+++ b/README.md
@@ -134,8 +134,8 @@ overridden by a per-project `.rbenv-version` file, or by setting the
The special version name `system` tells rbenv to use the system Ruby
(detected by searching your `$PATH`).
-When run without a version number the currently configured default
-version is reported.
+When run without a version number, `rbenv default` reports the
+currently configured default version.
### 3.2 local
@@ -146,8 +146,8 @@ overrides the default, and can be overridden itself by setting the
$ rbenv local rbx-1.2.4
-When run without a version number the currently configured local
-version is reported.
+When run without a version number, `rbenv local` reports the currently
+configured local version.
### 3.3 versions