Skip to content

Commit b6a929f

Browse files
Update README.md
1 parent 254b2e0 commit b6a929f

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,20 @@ gitdiff is a native Swift library for rendering Git diffs in SwiftUI. It offers
1414

1515
## Installation
1616

17+
<!-- Center the first two images in a row, smaller and same size -->
18+
<p align="center">
19+
<img src="https://github.com/user-attachments/assets/21e400be-d52e-4def-88f4-b95488f8c098" width="32%" />
20+
<img src="https://github.com/user-attachments/assets/40f0288e-5bf4-4a7f-9d13-989188a7ca2d" width="32%" />
21+
</p>
22+
23+
<!-- Center the next three images in a row below, same size as above -->
24+
<p align="center">
25+
<img src="https://github.com/user-attachments/assets/e5f0fca5-2ff3-4f86-bdc6-0de55c14be21" width="30%" />
26+
<img src="https://github.com/user-attachments/assets/ce9713ab-45d3-4e55-8248-5f4358b6741f" width="30%" />
27+
<img src="https://github.com/user-attachments/assets/a0240073-8bb7-45d6-b914-7064f3cd0556" width="30%" />
28+
</p>
29+
30+
1731
### Swift Package Manager
1832

1933
```swift

0 commit comments

Comments
 (0)