summaryrefslogtreecommitdiffstats
path: root/zsh/oh-my-zsh/plugins/codeclimate/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'zsh/oh-my-zsh/plugins/codeclimate/README.md')
-rw-r--r--zsh/oh-my-zsh/plugins/codeclimate/README.md8
1 files changed, 0 insertions, 8 deletions
diff --git a/zsh/oh-my-zsh/plugins/codeclimate/README.md b/zsh/oh-my-zsh/plugins/codeclimate/README.md
deleted file mode 100644
index 0d712ac..0000000
--- a/zsh/oh-my-zsh/plugins/codeclimate/README.md
+++ /dev/null
@@ -1,8 +0,0 @@
-# codeclimate plugin
-
-This plugin adds autocompletion for the [`codeclimate` CLI](https://github.com/codeclimate/codeclimate).
-
-To use it, add `codeclimate` to the plugins array in your zshrc file:
-```zsh
-plugins=(... codeclimate)
-```