Add explicit name to installation instructions 📖

This commit is contained in:
Moritz Lang 2020-07-22 18:16:27 +02:00 committed by GitHub
parent 1046960349
commit 349804a059
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -14,7 +14,11 @@ You can install the `BaggageContext` library through the Swift Package Manager.
```swift
dependencies: [
.package(url: "https://github.com/slashmo/swift-baggage-context.git", from: "0.1.0")
.package(
name: "swift-baggage-context",
url: "https://github.com/slashmo/swift-baggage-context.git",
from: "0.1.0"
)
]
```