Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fredyshox authored Jun 18, 2020
1 parent ac1a079 commit baf9f9d
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.3.2")),
.package(url: "https://github.com/fredyshox/PageView.git", .upToNextMajor(from: "1.3.3")),
```

### Carthage


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

## Demo
Expand Down

0 comments on commit baf9f9d

Please sign in to comment.