Skip to content
This repository was archived by the owner on Apr 23, 2021. It is now read-only.

Commit 349804a

Browse files
authored
Add explicit name to installation instructions 📖
1 parent 1046960 commit 349804a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,11 @@ You can install the `BaggageContext` library through the Swift Package Manager.
1414

1515
```swift
1616
dependencies: [
17-
.package(url: "https://github.com/slashmo/swift-baggage-context.git", from: "0.1.0")
17+
.package(
18+
name: "swift-baggage-context",
19+
url: "https://github.com/slashmo/swift-baggage-context.git",
20+
from: "0.1.0"
21+
)
1822
]
1923
```
2024

0 commit comments

Comments
 (0)