Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
YuAo authored Mar 2, 2022
1 parent d2087d5 commit 05d73af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ let timeOffset = try sample.align(with: reference).estimatedTimeOffset
To use this package in a SwiftPM project, add the following line to the dependencies in your Package.swift file:

```swift
.package(url: "https://github.com/YuAo/AudioAlignment", from: "0.0.1"),
.package(url: "https://github.com/YuAo/AudioAlignment.git", from: "1.0.0"),
```

## Performance
Expand Down

0 comments on commit 05d73af

Please sign in to comment.