diff options
author | Robby Russell <robby@planetargon.com> | 2015-08-30 21:34:14 -0700 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2015-08-30 21:34:14 -0700 |
commit | 9bb99e1f7b4da7b0bb93c19651eda7e01a2bb404 (patch) | |
tree | 2212a1e8c96336a9e80ad25ad96f89020fa2ab4e | |
parent | 50d329450e8017ac5752e49b8b26fb7726b5c9d9 (diff) | |
parent | 8ab1b6d0fd94d150735d170bb246bccd563937ad (diff) | |
download | zsh-9bb99e1f7b4da7b0bb93c19651eda7e01a2bb404.tar.gz zsh-9bb99e1f7b4da7b0bb93c19651eda7e01a2bb404.tar.bz2 zsh-9bb99e1f7b4da7b0bb93c19651eda7e01a2bb404.zip |
Merge pull request #4284 from gsklee/patch-1
Update README.markdown
-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) |