Skip to content

Commit

Permalink
fixed example of usage
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander-Ignition committed Oct 10, 2021
1 parent fef75c3 commit e449fe8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ Supported tools:
To use the `XSTooling` library in a SwiftPM project, add the following line to the dependencies in your `Package.swift` file:

```swift
.package(url: "https://github.com/apple/swift-algorithms", from: "1.0.0"),
.package(url: "https://github.com/Alexander-Ignition/XSTooling", from: "0.0.1"),
```

Include `"XSTooling"` as a dependency for your executable target:

```swift
.target(name: "<target>", dependencies: [
.product(name: "Algorithms", package: "swift-algorithms"),
"XSTooling",
]),
```

Expand Down

0 comments on commit e449fe8

Please sign in to comment.