Skip to content

Commit 0018e21

Browse files
authored
Update README.md
1 parent 61ab3db commit 0018e21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ or other such metric system agnostic metrics additions–such additions are perf
2222
To add a dependency on the extras package, you need to declare it in your `Package.swift`:
2323

2424
```swift
25-
.package(url: "https://github.com/apple/swift-metrics-extras.git", "0.1.0" ..< "1.0.0"),
25+
.package(url: "https://github.com/apple/swift-metrics-extras.git", from: "0.1.0"),
2626
```
2727

2828
and to your application/library target, add the specific module you would like to depend on to your dependencies:

0 commit comments

Comments
 (0)