diff options
author | Manuel Silva <manuel@mjs.me> | 2020-02-16 04:26:20 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-15 18:26:20 +0100 |
commit | 72168aec3da727c4af715f095d27d429106ea79f (patch) | |
tree | 84b97c5febee015c44a1e6e297cbb0e5d74445b9 /plugins/cloudapp | |
parent | 52f9238b16ddc8a97690b49c8b395e9fe1169b62 (diff) | |
download | zsh-72168aec3da727c4af715f095d27d429106ea79f.tar.gz zsh-72168aec3da727c4af715f095d27d429106ea79f.tar.bz2 zsh-72168aec3da727c4af715f095d27d429106ea79f.zip |
cloudapp: fix copy-paste mistake in README (#8629)
Diffstat (limited to 'plugins/cloudapp')
-rw-r--r-- | plugins/cloudapp/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/cloudapp/README.md b/plugins/cloudapp/README.md index 62975a631..6c7f9bc6c 100644 --- a/plugins/cloudapp/README.md +++ b/plugins/cloudapp/README.md @@ -5,7 +5,7 @@ To use it, add `cloudapp` to the plugins array of your `~/.zshrc` file: ``` -plugins=(... dash) +plugins=(... cloudapp) ``` ## Requirements |