diff options
author | yasnakateb <37741028+yasnakateb@users.noreply.github.com> | 2019-10-14 13:06:20 +0330 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-14 13:06:20 +0330 |
commit | c1bc062e6b56e03fe0b8b31df9520941d219b43f (patch) | |
tree | 43013509aba9872b694b03c9966ea3705a942417 /plugins/pod | |
parent | f2be66177d440719dc58ce974077709b9b1b8f33 (diff) | |
download | zsh-c1bc062e6b56e03fe0b8b31df9520941d219b43f.tar.gz zsh-c1bc062e6b56e03fe0b8b31df9520941d219b43f.tar.bz2 zsh-c1bc062e6b56e03fe0b8b31df9520941d219b43f.zip |
Update README
Diffstat (limited to 'plugins/pod')
-rw-r--r-- | plugins/pod/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/pod/README.md b/plugins/pod/README.md index 1009a0855..0a3cc7a36 100644 --- a/plugins/pod/README.md +++ b/plugins/pod/README.md @@ -1,6 +1,6 @@ # pod -This plugin adds completion for [`CocoaPods`](https://cocoapods.org/) +This plugin adds completion for [`CocoaPods`](https://cocoapods.org/). CocoaPods is a dependency manager for Swift and Objective-C Cocoa projects. To use it, add `pod` to the plugins array in your zshrc file: |