Skip to content

Commit a62be43

Browse files
committed
Update README.md
1 parent 5b0145f commit a62be43

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
1-
<h1 style="text-align:center;">GotenbergKit</h1>
1+
# GotenbergKit
22

33
<p align="center">
4-
<a href="https://swift.org">
5-
<img src="https://img.shields.io/badge/swift-6.0-f05138.svg"/>
6-
</a>
7-
<a href="https://github.com/thoven87/gotenberg-kit/actions?query=workflow%3ACI">
8-
<img src="https://github.com/thoven87/gotenberg-kit/actions/workflows/ci.yml/badge.svg?branch=main"/>
9-
</a>
4+
<a href="https://swift.org">
5+
<img src="https://img.shields.io/badge/swift-6.0-f05138.svg"/>
6+
</a>
7+
<a href="https://github.com/thoven87/gotenberg-kit/actions?query=workflow%3ACI">
8+
<img src="https://github.com/thoven87/gotenberg-kit/actions/workflows/ci.yml/badge.svg?branch=main"/>
9+
</a>
1010
</p>
1111

1212
A Swift library that interacts with [Gotenberg](https://gotenberg.dev/)'s different modules to convert a variety of document formats to PDF files.
1313

1414
## Snippets
1515
To incorporate `gotenberg-kit` into your project, follow the snippets below for SPM dependencies.
1616

17-
### SPM
17+
### SPM
1818
```swift
19-
.package(url: "https://github.com/thoven87/gotenberg-kit.git", branch: "main")
19+
.package(url: "https://github.com/thoven87/gotenberg-kit.git", from: "0.1.0")
2020

2121
.target(name: "MyApp", dependencies: [.product(name: "GotenbergKit", package: "gotenberg-kit")]),
2222
```

0 commit comments

Comments
 (0)