Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kibotu committed Mar 26, 2024
1 parent 979ba73 commit 70f44d7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,11 +126,17 @@ func doSomething() {

### Swift Package Manager

Add the depdency to your `Package.swift`
Add the dependency to your `Package.swift`

```swift
products: [
...
]
dependencies: [
.package(url: "https://github.com/kibotu/ServiceLocator", from: "1.0.2"),
],
targets: [
...
]
```

Expand Down

0 comments on commit 70f44d7

Please sign in to comment.