diff options
author | Marco Eidinger <eidingermarco@gmail.com> | 2022-11-03 10:32:54 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-03 18:32:54 +0100 |
commit | 02972f801b4865c68a1045ce2455b3ac4a9d59ad (patch) | |
tree | aa47070d81536cf5493470d6144ba06840dd4f4f /plugins/swiftpm/README.md | |
parent | 5ddb5890118f577ac67bd9101ef66bcdd520c8d9 (diff) | |
download | zsh-02972f801b4865c68a1045ce2455b3ac4a9d59ad.tar.gz zsh-02972f801b4865c68a1045ce2455b3ac4a9d59ad.tar.bz2 zsh-02972f801b4865c68a1045ce2455b3ac4a9d59ad.zip |
feat(swiftpm): update completion for Swift 5.7 (#11299)
* feat(swiftpm): update completion for Swift 5.7
* chore(docs): fix typo
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 a722c03e4..223a607c1 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.1. +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.7. To start using it, add the `swiftpm` plugin to your `plugins` array in `~/.zshrc`: |