Skip to content

Commit 0b495d3

Browse files
Update README.md
1 parent b8e3c57 commit 0b495d3

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

README.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,22 @@ Render git diff output, simple as that.
66

77
gitdiff is a native Swift library for rendering Git diffs in SwiftUI. It offers accurate, efficient diff visualization with the look and feel of tools like GitHub or GitLab, while leveraging the performance and customization benefits.
88

9+
<!-- Center the first two images in a row, smaller and same size -->
910
<p align="center">
10-
<img src="https://img.shields.io/badge/Swift-5.9+-orange.svg" />
11-
<img src="https://img.shields.io/badge/iOS-15.0+-blue.svg" />
12-
<img src="https://img.shields.io/badge/SwiftUI-Native-green.svg" />
11+
<img src="https://github.com/user-attachments/assets/21e400be-d52e-4def-88f4-b95488f8c098" width="32%" />
12+
<img src="https://github.com/user-attachments/assets/40f0288e-5bf4-4a7f-9d13-989188a7ca2d" width="32%" />
1313
</p>
1414

15+
<!-- Center the next three images in a row below, same size as above -->
16+
<p align="center">
17+
<img src="https://github.com/user-attachments/assets/e5f0fca5-2ff3-4f86-bdc6-0de55c14be21" width="21%" />
18+
<img src="https://github.com/user-attachments/assets/ce9713ab-45d3-4e55-8248-5f4358b6741f" width="21%" />
19+
<img src="https://github.com/user-attachments/assets/a0240073-8bb7-45d6-b914-7064f3cd0556" width="21%" />
20+
</p>
21+
22+
23+
24+
1525
## Installation
1626

1727
### Swift Package Manager

0 commit comments

Comments
 (0)