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 Jun 6, 2022
1 parent 91731f5 commit f8a3ced
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 @@ -39,7 +39,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 **2.3.0** as its version
- Set rules at **version**, with **Up to Next Major** option and put **2.3.1** as its version
- Click next and wait

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

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

Expand Down

0 comments on commit f8a3ced

Please sign in to comment.