diff --git a/Package.swift b/Package.swift index 0fae1dd..71137d6 100644 --- a/Package.swift +++ b/Package.swift @@ -20,7 +20,7 @@ let package = Package( ], dependencies: [ .package(url: "https://github.com/apple/swift-argument-parser", from: "0.0.6"), - .package(url: "https://github.com/ValentinWalter/StringCase", .branch("master")), + .package(url: "https://github.com/ValentinWalter/StringCase", from: "1.1.0"), ], targets: [ .target( diff --git a/README.md b/README.md index 693520b..f56ae43 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@

⭐️ Featured on the official x-callback-url.com blog

# 👤 Middleman -**A 100% type safe API to the [x-callback-url scheme](http://x-callback-url.com).** +**A 100% type-safe API to the [x-callback-url scheme](http://x-callback-url.com).** * [Overview](#-overview) * [Setup](#-setup)