Skip to content

Commit d547e2a

Browse files
authored
Documentation updated
1 parent 64a8872 commit d547e2a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Open the downloaded project in Xcode, then drag and drop folder named **CFAlertV
3232

3333
## Usage :
3434
<p>
35-
<img src="https://github.com/Codigami/CFAlertViewController/blob/develop/Images/Use%20Cases.png" style="width: 100%" />
35+
<img src="/Images/Use%20Cases.png" style="width: 100%" />
3636
</p>
3737

3838
The above shown alert can easily be implemented using the code snippet
@@ -121,12 +121,12 @@ By default, the alert gets dismissed after tapping on the background (overlay).
121121

122122
1) Some examples where you can make the use of header in alert (the dollar image is in header)
123123
<p>
124-
<img src="https://github.com/Codigami/CFAlertViewController/blob/develop/Images/Alert%20With%20Header.png" style="width: 100%" />
124+
<img src="/Images/Alert%20With%20Header.png" style="width: 100%" />
125125
</p>
126126

127127
2) Some examples where you can make the use of footer in alert
128128
<p>
129-
<img src="https://github.com/Codigami/CFAlertViewController/blob/develop/Images/Alert%20With%20Footer.png" style="width: 100%" />
129+
<img src="/Images/Alert%20With%20Footer.png" style="width: 100%" />
130130
</p>
131131

132132
##### Callback

0 commit comments

Comments
 (0)