Skip to content

Commit

Permalink
Merge pull request #3 from fetzig/patch-2
Browse files Browse the repository at this point in the history
Fixes `AHDownloadButtonDelegate` example
  • Loading branch information
amerhukic committed Oct 26, 2018
2 parents 8f43c26 + ab8cdb5 commit ab85925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -50,7 +50,7 @@ You can use the `AHDownloadButtonDelegate` to monitor taps on the button and upd
```swift
extension DownloadViewController: AHDownloadButtonDelegate {

func didTapDownloadButton(withCurrentState state: AHDownloadButton.State) {
func didTapDownloadButton(withState state: AHDownloadButton.State) {
switch state {
case .startDownload:

Expand Down

0 comments on commit ab85925

Please sign in to comment.