Skip to content

Commit

Permalink
Update README.md (#20)
Browse files Browse the repository at this point in the history
Fix obsolete references
  • Loading branch information
hassila committed Jan 11, 2024
1 parent d69dd21 commit 44003dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ as most of the concepts translate directly to the Swift port. Additional Thanks
To add to your project:
```
dependencies: [
.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"))
]
```

Expand All @@ -46,7 +46,7 @@ and then add the dependency to your target, e.g.:
.executableTarget(
name: "MyExecutableTarget",
dependencies: [
.product(name: "Histogram", package: "package-histogram")
.product(name: "Histogram", package: "hdrhistogram-swift")
]),
```
## Usage
Expand Down

0 comments on commit 44003dc

Please sign in to comment.