Skip to content

Commit

Permalink
Merge pull request #704 from aiKrice/main
Browse files Browse the repository at this point in the history
Fix version name in documentation
  • Loading branch information
rechsteiner authored Mar 13, 2024
2 parents 7caeb06 + 674914f commit 7585f77
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -513,23 +513,23 @@ Parchment will be compatible with the lastest public release of Swift.
Parchment is available through [CocoaPods](https://cocoapods.org). To install it, add the following to your `Podfile`:

```
pod 'Parchment', '~> 3.2'
pod 'Parchment', '~> 3.3'
```

### Swift Package Manager

Parchment is available through [Swift Package Manager](https://swift.org/package-manager/). Add Parchment as a dependency to your `Package.swift`:

```Swift
.package(url: "https://github.com/rechsteiner/Parchment", from: "3.2.0")
.package(url: "https://github.com/rechsteiner/Parchment", from: "3.3.0")
```

### Carthage

Parchment also supports [Carthage](https://github.com/Carthage/Carthage). To install it, add the following to your `Cartfile`:

```
github "rechsteiner/Parchment" ~> 3.2
github "rechsteiner/Parchment" ~> 3.3
```

See [this guide](https://github.com/Carthage/Carthage#adding-frameworks-to-an-application) for more details on using Carthage.
Expand Down

0 comments on commit 7585f77

Please sign in to comment.