Correct documentation on how to load the plugin

So far the `README.markdown` stated that the string
`history-substring-search.zsh` had to be added to the `plugins` list in order to
load the plugin.

This commits corrects the information by removing the trailing `.zsh`.
This commit is contained in:
dtk 2015-05-15 18:50:06 +02:00
commit fa3f248240

View file

@ -1,6 +1,6 @@
To activate this script, please include it the `plugins` variable within `~/.zshrc`
`plugins=(git history-substring-search.zsh)`
`plugins=(git history-substring-search)`
See the "history-substring-search.zsh" file for more information: