Skip to content

Commit 44003dc

Browse files
authored
Update README.md (#20)
Fix obsolete references
1 parent d69dd21 commit 44003dc

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
@@ -36,7 +36,7 @@ as most of the concepts translate directly to the Swift port. Additional Thanks
3636
To add to your project:
3737
```
3838
dependencies: [
39-
.package(url: "https://github.com/ordo-one/package-histogram", .upToNextMajor(from: "0.0.1")),
39+
.package(url: "https://github.com/HdrHistogram/hdrhistogram-swift", .upToNextMajor(from: "0.1.0"))
4040
]
4141
```
4242

@@ -46,7 +46,7 @@ and then add the dependency to your target, e.g.:
4646
.executableTarget(
4747
name: "MyExecutableTarget",
4848
dependencies: [
49-
.product(name: "Histogram", package: "package-histogram")
49+
.product(name: "Histogram", package: "hdrhistogram-swift")
5050
]),
5151
```
5252
## Usage

0 commit comments

Comments
 (0)