diff options
author | Marc Cornellà <marc.cornella@live.com> | 2018-10-28 13:51:26 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-28 13:51:26 +0100 |
commit | c87eea8bdb19aa3d3324158e83518140bf1c2b28 (patch) | |
tree | d7876ba40256b0e4da827f44a5f6553ed1ca83af | |
parent | 4e59ba755cb75793582566eacc6f042cb8f2461b (diff) | |
download | zsh-c87eea8bdb19aa3d3324158e83518140bf1c2b28.tar.gz zsh-c87eea8bdb19aa3d3324158e83518140bf1c2b28.tar.bz2 zsh-c87eea8bdb19aa3d3324158e83518140bf1c2b28.zip |
add link
-rw-r--r-- | plugins/grails/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/grails/README.md b/plugins/grails/README.md index 9d69b161e..6bf2ac1e6 100644 --- a/plugins/grails/README.md +++ b/plugins/grails/README.md @@ -1,6 +1,6 @@ # Grails plugin -Adds tab-completion of Grails script names to the command line use of grails. +Adds tab-completion of [Grails](https://grails.org/) script names to the command line use of grails. To use it, add `grails` to the plugins array in your zshrc file: |