Browse Source

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

Thomas Paul Mann 7 years ago
parent
commit
6ee6a734c2
2 changed files with 2 additions and 2 deletions
  1. 2 2
      plugins/swift-pm/README.md
  2. 0 0
      plugins/swiftpm/swiftpm.plugin.zsh

+ 2 - 2
plugins/swift-pm/README.md

@@ -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

plugins/swift-pm/swift-pm.plugin.zsh → plugins/swiftpm/swiftpm.plugin.zsh