diff options
author | G. Kay Lee <balancetraveller+github@gmail.com> | 2015-08-26 12:04:28 +0800 |
---|---|---|
committer | G. Kay Lee <balancetraveller+github@gmail.com> | 2015-08-26 12:04:28 +0800 |
commit | 8ab1b6d0fd94d150735d170bb246bccd563937ad (patch) | |
tree | 8bfa92954d1429f05659c3f521b406175be3f04f | |
parent | 192de6bcffb0294e19f4203f6f7dc1a7f3e427be (diff) | |
download | zsh-8ab1b6d0fd94d150735d170bb246bccd563937ad.tar.gz zsh-8ab1b6d0fd94d150735d170bb246bccd563937ad.tar.bz2 zsh-8ab1b6d0fd94d150735d170bb246bccd563937ad.zip |
Update README.markdown
Fix typo
-rw-r--r-- | README.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown index d4d3fdbaf..183e67742 100644 --- a/README.markdown +++ b/README.markdown @@ -65,7 +65,7 @@ Once you find a theme that you want to use, you will need to edit the `~/.zshrc` ZSH_THEME="robbyrussell" ``` -To use a different theme, simple change the value to match the name of your desired theme. For example: +To use a different theme, simply change the value to match the name of your desired theme. For example: ```shell ZSH_THEME="agnoster" # (this is one of the fancy ones) |