Skip to content

Commit 2e26b74

Browse files
authored
Update readme versions
1 parent d2e6ee5 commit 2e26b74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
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-metrics.git", "1.0.0" ..< "3.0.0"),
25+
.package(url: "https://github.com/apple/swift-metrics-extras.git", "1.0.0" ..< "2.0.0"),
2626
```
2727

2828
and to your application/library target, add the specific module you would like to depend on to your dependencies:
@@ -90,4 +90,4 @@ This allows end users to add System Metrics like this:
9090

9191
```swift
9292
MetricsSystem.bootstrapWithSystemMetrics(myPrometheusInstance, config: .prometheus)
93-
```
93+
```

0 commit comments

Comments
 (0)