Skip to content

Commit 1e67800

Browse files
authored
Point README to 1.0.0 release
1 parent 688e1fd commit 1e67800

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,9 @@ A prometheus client for Swift supporting counters, gauges, histograms, summaries
88

99
SwiftPrometheus is available through SPM. To include it in your project add the following dependency to your `Package.swift`:
1010
```swift
11-
.package(url: "https://github.com/swift-server-community/SwiftPrometheus.git", from: "1.0.0-alpha")
11+
.package(url: "https://github.com/swift-server-community/SwiftPrometheus.git", from: "1.0.0")
1212
```
1313

14-
_NOTE: For NIO 1 use `from: "0.4.0-alpha"` instead._
15-
1614
# Usage
1715

1816
To see a working demo, see [PrometheusExample](./Sources/PrometheusExample/main.swift).

0 commit comments

Comments
 (0)