Skip to content

Commit a78fa0e

Browse files
Update README.md
1 parent cc37610 commit a78fa0e

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,23 @@ gitdiff is a native Swift renderer and SwiftUI component for rendering Git diffs
1414

1515
## Installation
1616

17+
18+
<p align="center">
19+
<img src="https://github.com/user-attachments/assets/59f9d428-0e53-4084-b555-d90f5de7288f" width="30%" />
20+
<img src="https://github.com/user-attachments/assets/13a52f90-d0e3-4041-8fc9-a6d5f7cff46c" width="30%" />
21+
</p>
22+
<p align="center">
23+
<img src="https://github.com/user-attachments/assets/ee6fbe6a-d3b9-48f9-9e57-0cc313dca031" width="30%" />
24+
<img src="https://github.com/user-attachments/assets/c8da701d-f952-4fea-a7bd-45cef2c40f2d" width="30%" />
25+
<img src="https://github.com/user-attachments/assets/0391a6c3-169b-4d78-92ad-7b64ed5be90c" width="30%" />
26+
</p>
27+
28+
1729
### Swift Package Manager
1830

1931
```swift
2032
dependencies: [
21-
.package(url: "https://github.com/tornikegomareli/gitdiff.git", from: "0.0.1")
33+
.package(url: "https://github.com/tornikegomareli/gitdiff.git", from: "0.0.5")
2234
]
2335
```
2436

0 commit comments

Comments
 (0)