swift-pm: Rename plugin to 'swiftpm' (#5674)

master
Thomas Paul Mann 9 years ago committed by Marc Cornellà
parent 037764acc3
commit 6ee6a734c2
  1. 4
      plugins/swiftpm/README.md
  2. 0
      plugins/swiftpm/swiftpm.plugin.zsh

@ -4,10 +4,10 @@
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).
To start using it, add the `swift-pm` plugin to your `plugins` array in `~/.zshrc`:
To start using it, add the `swiftpm` plugin to your `plugins` array in `~/.zshrc`:
```zsh
plugins=(... swift-pm)
plugins=(... swiftpm)
```
## Aliases
Loading…
Cancel
Save