Skip to content

Commit 2169d25

Browse files
committed
README update
1 parent 1484035 commit 2169d25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ Instead of titles as labels you can use images. First init the button using Swip
133133

134134
```swift
135135
let buttonOne = SwipeButtonWithImage(image: UIImage(named: "Hearts"), selectedImage: UIImage(named: "YellowHearts"), size: CGSize(width: 40, height: 40))
136-
setButtonsWithImages([buttonOne, buttonOne, buttonOne])
136+
setButtonsWithImages([buttonOne, buttonTwo, buttonThree])
137137
```
138138

139139
### SelectionBar

0 commit comments

Comments
 (0)