浏览代码

Reword and add extra information

Marc Cornellà 4 年之前
父节点
当前提交
98cd133c4d
共有 1 个文件被更改,包括 3 次插入2 次删除
  1. 3 2
      plugins/chruby/README.md

+ 3 - 2
plugins/chruby/README.md

@@ -1,9 +1,10 @@
 # chruby plugin
 
-This plugin loads the [chruby](https://github.com/postmodern/chruby). Supports brew and manual installation of chruby.
+This plugin loads [chruby](https://github.com/postmodern/chruby), a tool that changes the
+current Ruby version, and completion and a prompt function to display the Ruby version.
+Supports brew and manual installation of chruby.
 
 To use it, add `chruby` to the plugins array in your zshrc file:
-
 ```zsh
 plugins=(... chruby)
 ```