diff options
author | Tim <0xTim@users.noreply.github.com> | 2019-10-22 17:24:05 +0100 |
---|---|---|
committer | Marc Cornellà <marc.cornella@live.com> | 2019-10-22 18:24:05 +0200 |
commit | 40df67bc3b9b51caa24df5d220487043040d1f9a (patch) | |
tree | 759fecdf9ab0adeb8ea69976f258c04d908be79f /plugins/swiftpm/README.md | |
parent | 534ec60bfd14ee640076c7594ee4fa723fafd1b1 (diff) | |
download | zsh-40df67bc3b9b51caa24df5d220487043040d1f9a.tar.gz zsh-40df67bc3b9b51caa24df5d220487043040d1f9a.tar.bz2 zsh-40df67bc3b9b51caa24df5d220487043040d1f9a.zip |
swiftpm: update completion for Swift 5.1 (#8248)
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`: |