Skip to content

Commit

Permalink
Changed org to Kitura
Browse files Browse the repository at this point in the history
  • Loading branch information
dannys42 committed Oct 4, 2021
1 parent 12b1188 commit c007619
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# SwiftShellUtilities
<p align="center">
<a href="https://github.com/dannys42/SwiftShellUtilities/actions?query=workflow%3ASwift"><img src="https://github.com/dannys42/SwiftShellUtilities/workflows/Swift/badge.svg" alt="build status"></a>
<a href="https://github.com/Kitura/SwiftShellUtilities/actions?query=workflow%3ASwift"><img src="https://github.com/Kitura/SwiftShellUtilities/workflows/Swift/badge.svg" alt="build status"></a>
<img src="https://img.shields.io/badge/os-macOS-green.svg?style=flat" alt="macOS">
<img src="https://img.shields.io/badge/os-linux-green.svg?style=flat" alt="Linux">
<a href="LICENSE"><img src="https://img.shields.io/badge/license-Apache2-blue.svg?style=flat" alt="Apache 2"></a>
<br/>
<a href="https://swiftpackageindex.com/dannys42/SwiftShellUtilities"><img src="https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fdannys42%2F SwiftShellUtilities%2Fbadge%3Ftype%3Dswift-versions"></a>
<a href="https://swiftpackageindex.com/dannys42/SwiftShellUtilities"><img src="https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fdannys42%2F SwiftShellUtilities%2Fbadge%3Ftype%3Dplatforms"></a>
<a href="https://swiftpackageindex.com/Kitura/SwiftShellUtilities"><img src="https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2FKitura%2F SwiftShellUtilities%2Fbadge%3Ftype%3Dswift-versions"></a>
<a href="https://swiftpackageindex.com/Kitura/SwiftShellUtilities"><img src="https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2FKitura%2F SwiftShellUtilities%2Fbadge%3Ftype%3Dplatforms"></a>
</p>
`SwiftShellUtilities` is a set of classes that are typically useful when using Swift as a command-line tool.

Expand All @@ -19,7 +19,7 @@ import PackageDescription
let package = Package(
name: "YourAwesomeSoftware",
dependencies: [
.package(url: "https://github.com/dannys42/SwiftShellUtilities.git", from: "0.1.0")
.package(url: "https://github.com/Kitura/SwiftShellUtilities.git", from: "0.1.0")
],
targets: [
.target(
Expand All @@ -35,7 +35,7 @@ let package = Package(
```
#!/usr/bin/swift sh
import SwiftShellUtilities // @dannys42
import SwiftShellUtilities // @Kitura
```
Expand Down

0 comments on commit c007619

Please sign in to comment.