aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.markdown4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.markdown b/README.markdown
index 7a973e0f..8b1e3d00 100644
--- a/README.markdown
+++ b/README.markdown
@@ -211,10 +211,10 @@ There are a few other little tricks defined for other shells:
* `prompt()` sets up my interactive prompt (Bash, Korn Shell, Z shell).
* `pushd()` adds a default destination of `$HOME` to the `pushd` builtin
(Bash).
-* `ver()` prints the current shell's version information (Bash, Korn Shell,
- Yash, Z shell).
* `vared()` allows interactively editing a variable with Readline, emulating
a Zsh function I like by the same name (Bash).
+* `ver()` prints the current shell's version information (Bash, Korn Shell,
+ Yash, Z shell).
#### Completion