Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stleamist committed Sep 14, 2022
1 parent 300c094 commit 3a08cfe
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 @@ -125,7 +125,7 @@ https://user-images.githubusercontent.com/2215080/172043362-8e0c5d6d-712f-4773-8
[`Package.swift`](https://developer.apple.com/documentation/swift_packages/package) 파일의 `dependencies`에 아래 라인을 추가합니다.

```swift
.package(url: "https://github.com/riiid/FullScreenOverlay.git", .upToNextMajor(from: "1.0.0"))
.package(url: "https://github.com/riiid/FullScreenOverlay.git", .upToNextMajor(from: "1.1.0"))
```

그 다음, `AttributedFont`를 타겟의 의존성으로 추가합니다.
Expand All @@ -144,7 +144,7 @@ import PackageDescription
let package = Package(
name: "MyPackage",
dependencies: [
.package(url: "https://github.com/riiid/FullScreenOverlay.git", .upToNextMajor(from: "1.0.0"))
.package(url: "https://github.com/riiid/FullScreenOverlay.git", .upToNextMajor(from: "1.1.0"))
],
targets: [
.target(name: "MyTarget", dependencies: ["FullScreenOverlay"])
Expand Down

0 comments on commit 3a08cfe

Please sign in to comment.