浏览代码

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

Thomas Paul Mann 7 年之前
父节点
当前提交
6ee6a734c2
共有 2 个文件被更改,包括 2 次插入2 次删除
  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).
 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
 ```zsh
-plugins=(... swift-pm)
+plugins=(... swiftpm)
 ```
 ```
 
 
 ## Aliases
 ## Aliases

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