Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hfutrell authored Oct 22, 2024
1 parent c478694 commit e7fca10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ To integrate BezierKit into your Xcode project using CocoaPods, add it to your t

```ruby
target '<Your Target Name>' do
pod 'BezierKit', '>= 0.16.0'
pod 'BezierKit', '>= 0.16.1'
end
```

Expand All @@ -66,7 +66,7 @@ import PackageDescription
let package = Package(
name: "<Your Target Name>",
dependencies: [
.package(url: "https://github.com/hfutrell/BezierKit.git", from: "0.16.0"),
.package(url: "https://github.com/hfutrell/BezierKit.git", from: "0.16.1"),
]
)
```
Expand Down

0 comments on commit e7fca10

Please sign in to comment.