From 00348eca51dedf763af2f432af44777cdd777b3d Mon Sep 17 00:00:00 2001 From: Sorin Ionescu Date: Thu, 14 Jun 2012 19:33:42 -0400 Subject: [PATCH] Fix a title in the history-substring-search README --- modules/history-substring-search/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/history-substring-search/README.md b/modules/history-substring-search/README.md index 244d735..3b71234 100644 --- a/modules/history-substring-search/README.md +++ b/modules/history-substring-search/README.md @@ -1,10 +1,10 @@ History Substring Search ======================== -Integrates [zsh-syntax-highlighting][1] into Oh My Zsh, which implements the -[Fish shell][2]'s history search feature, where the user can type in any part -of a previously entered command and press the `UP` and `DOWN` arrow keys to -cycle through matching commands. +Integrates [zsh-history-substring-search][1] into Oh My Zsh, which implements +the [Fish shell][2]'s history search feature, where the user can type in any +part of a previously entered command and press the `UP` and `DOWN` arrow keys +to cycle through matching commands. If this module is used in conjuncture with the *syntax-highlighting* module, it must be loaded **after** it.