From 3a8bf70f65852283933e38357e90f8bbf49ad7e5 Mon Sep 17 00:00:00 2001 From: Leonardo Palomino Date: Sun, 2 Apr 2023 13:44:11 +0200 Subject: [PATCH] fix typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2dbe088..05b7bff 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ let playButton = PlayButton() // defaults to CGSize(width: 44, height: 44) playButton.playBufferingBackgroundColor = .systemBlue playButton.pauseStopBackgroundColor = .systemBlue playButton.playBufferingTintColor = .white -playButon.pauseStopTintColor = .white +playButton.pauseStopTintColor = .white // Animate the mode update playButton.setMode(.stop, animated: true)