Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fredyshox committed Jul 15, 2020
1 parent 34c1c8b commit 6265175
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 @@ -18,15 +18,15 @@ Package requires iOS 13, watchOS 6 and Xcode 11.

For Swift Package Manager add the following package to your Package.swift:
```swift
.package(url: "https://github.com/fredyshox/PageView.git", .upToNextMajor(from: "1.4.0")),
.package(url: "https://github.com/fredyshox/PageView.git", .upToNextMajor(from: "1.4.1")),
```

### Carthage


Carthage is also supported, add FormView by adding to Cartfile:
```
github "fredyshox/PageView" ~> 1.4.0
github "fredyshox/PageView" ~> 1.4.1
```

## Demo
Expand Down

0 comments on commit 6265175

Please sign in to comment.