Skip to content

Commit 6d3eebe

Browse files
authored
Fixed Readme images wrong extension
1 parent d1949c1 commit 6d3eebe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ You can create a Gradient Button by
4343

4444
#### By using Storyboard or XIB
4545
1. Add button object and set custom class `GradientButton`
46-
![via Storyboard](Images/storyboard.png)
46+
![via Storyboard](Images/storyboard.PNG)
4747

4848
2. You can set the gradient colors and corner radius in the Attributes Inspector
49-
![via Attributes Inspector](Images/inspector.png)
49+
![via Attributes Inspector](Images/inspector.PNG)
5050

5151
#### By using code
5252
```swift

0 commit comments

Comments
 (0)