We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d69dd21 commit 44003dcCopy full SHA for 44003dc
README.md
@@ -36,7 +36,7 @@ as most of the concepts translate directly to the Swift port. Additional Thanks
36
To add to your project:
37
```
38
dependencies: [
39
- .package(url: "https://github.com/ordo-one/package-histogram", .upToNextMajor(from: "0.0.1")),
+ .package(url: "https://github.com/HdrHistogram/hdrhistogram-swift", .upToNextMajor(from: "0.1.0"))
40
]
41
42
@@ -46,7 +46,7 @@ and then add the dependency to your target, e.g.:
46
.executableTarget(
47
name: "MyExecutableTarget",
48
49
- .product(name: "Histogram", package: "package-histogram")
+ .product(name: "Histogram", package: "hdrhistogram-swift")
50
]),
51
52
## Usage
0 commit comments