Merge pull request #15 from slashmo/release/0.2.0
Update instalation instructions for 0.2.0 📖
This commit is contained in:
commit
71ef108097
|
@ -15,9 +15,9 @@ You can install the `BaggageContext` library through the Swift Package Manager.
|
|||
```swift
|
||||
dependencies: [
|
||||
.package(
|
||||
name: "swift-baggage-context",
|
||||
url: "https://github.com/slashmo/gsoc-swift-baggage-context.git",
|
||||
from: "0.1.0"
|
||||
name: "swift-baggage-context",
|
||||
url: "https://github.com/slashmo/gsoc-swift-baggage-context.git",
|
||||
from: "0.2.0"
|
||||
)
|
||||
]
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue