Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lascic authored Apr 30, 2022
1 parent 5ad2864 commit 261fc45
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 @@ -70,10 +70,10 @@ UIOnboarding supports iPhone, iPad and iPod touch running iOS and iPadOS 13 or h

### Swift Package Manager

To install ```UIOnboarding``` as a package, add ```https://github.com/lascic/UIOnboarding.git``` in the package manager in Xcode (under File/Add Packages...). Select the version from ```1.1.0``` or the ```main``` branch.
To install ```UIOnboarding``` as a package, add ```https://github.com/lascic/UIOnboarding.git``` in the package manager in Xcode (under File/Add Packages...). Select the version from ```1.1.1``` or the ```main``` branch.

```swift
.package(url: "https://github.com/lascic/UIOnboarding.git", from: "1.1.0")
.package(url: "https://github.com/lascic/UIOnboarding.git", from: "1.1.1")
// or
.package(url: "https://github.com/lascic/UIOnboarding.git", branch: "main")
```
Expand Down

0 comments on commit 261fc45

Please sign in to comment.