Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hainayanda authored Oct 5, 2022
1 parent 9079e23 commit 2808a9c
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 @@ -43,7 +43,7 @@ pod 'Pharos'

- Add it using XCode menu **File > Swift Package > Add Package Dependency**
- Add **<https://github.com/hainayanda/Pharos.git>** as Swift Package URL
- Set rules at **version**, with **Up to Next Major** option and put **3.0.0** as its version
- Set rules at **version**, with **Up to Next Major** option and put **3.0.1** as its version
- Click next and wait

### Swift Package Manager from Package.swift
Expand All @@ -52,7 +52,7 @@ Add as your target dependency in **Package.swift**

```swift
dependencies: [
.package(url: "https://github.com/hainayanda/Pharos.git", .upToNextMajor(from: "3.0.0"))
.package(url: "https://github.com/hainayanda/Pharos.git", .upToNextMajor(from: "3.0.1"))
]
```

Expand Down

0 comments on commit 2808a9c

Please sign in to comment.