Skip to content

Commit

Permalink
Update SwiftPM section in Readme (#99)
Browse files Browse the repository at this point in the history
* Update SwiftPM section in Readme

* Update README.md

* Update SwiftPM section in README_CN too
  • Loading branch information
wacumov authored Oct 11, 2020
1 parent 62eff30 commit 52248eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ Once you have your Swift package set up, adding EFQRCode as a dependency is as e

```swift
dependencies: [
.Package(url: "https://github.com/EFPrefix/EFQRCode.git", Version(5, 1, 8))
.package(url: "https://github.com/EFPrefix/EFQRCode.git", .upToNextMinor(from: "5.1.8"))
]
```

Expand Down
2 changes: 1 addition & 1 deletion README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ github "EFPrefix/EFQRCode" ~> 5.1.8

```swift
dependencies: [
.Package(url: "https://github.com/EFPrefix/EFQRCode.git", Version(5, 1, 8))
.package(url: "https://github.com/EFPrefix/EFQRCode.git", .upToNextMinor(from: "5.1.8"))
]
```

Expand Down

0 comments on commit 52248eb

Please sign in to comment.