diff options
author | Tuowen Zhao <ztuowen@gmail.com> | 2019-11-06 19:55:59 -0700 |
---|---|---|
committer | Tuowen Zhao <ztuowen@gmail.com> | 2019-11-06 19:55:59 -0700 |
commit | 1ffd2849fc056dced0c80a9ed8905f29ff9827a5 (patch) | |
tree | 41cff93f7b8d713d1500da68f0f670187ca86740 /plugins/swiftpm/README.md | |
parent | 2e9fe98b8a9fe21b982e719e129678dede63771e (diff) | |
parent | 107e512c9e62b140d8591c578527c901b1db9d37 (diff) | |
download | zsh-1ffd2849fc056dced0c80a9ed8905f29ff9827a5.tar.gz zsh-1ffd2849fc056dced0c80a9ed8905f29ff9827a5.tar.bz2 zsh-1ffd2849fc056dced0c80a9ed8905f29ff9827a5.zip |
Merge branch 'master' of https://github.com/robbyrussell/oh-my-zsh
Diffstat (limited to 'plugins/swiftpm/README.md')
-rw-r--r-- | plugins/swiftpm/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/swiftpm/README.md b/plugins/swiftpm/README.md index 291458511..a722c03e4 100644 --- a/plugins/swiftpm/README.md +++ b/plugins/swiftpm/README.md @@ -2,7 +2,7 @@ ## Description -This plugin provides a few utilities that make you faster on your daily work with the [Swift Package Manager](https://github.com/apple/swift-package-manager), as well as autocompletion for Swift 5.0. +This plugin provides a few utilities that make you faster on your daily work with the [Swift Package Manager](https://github.com/apple/swift-package-manager), as well as autocompletion for Swift 5.1. To start using it, add the `swiftpm` plugin to your `plugins` array in `~/.zshrc`: |