diff options
author | Marc Cornellà <marc.cornella@live.com> | 2018-10-03 17:56:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-03 17:56:27 +0200 |
commit | 8bc176f1248c3ade50fb831afd60f3bc044f8ae4 (patch) | |
tree | 785f1852fd2315354ae94e7868525dab1e9edd9d | |
parent | e03fe0c3019e6359705f5234cbba4b6e389ab5a4 (diff) | |
download | zsh-8bc176f1248c3ade50fb831afd60f3bc044f8ae4.tar.gz zsh-8bc176f1248c3ade50fb831afd60f3bc044f8ae4.tar.bz2 zsh-8bc176f1248c3ade50fb831afd60f3bc044f8ae4.zip |
add link
-rw-r--r-- | plugins/gulp/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/gulp/README.md b/plugins/gulp/README.md index eae1b66ad..4ed2b99b3 100644 --- a/plugins/gulp/README.md +++ b/plugins/gulp/README.md @@ -1,6 +1,6 @@ # gulp plugin -This plugin adds autocompletion for your `gulp` tasks. It grabs all available tasks from the `gulpfile.js` in the current directory. +This plugin adds autocompletion for your [`gulp`](https://gulpjs.com/) tasks. It grabs all available tasks from the `gulpfile.js` in the current directory. To use it, add `gulp` to the plugins array of your `.zshrc` file: ``` |