Skip to content

Commit

Permalink
Fix git link
Browse files Browse the repository at this point in the history
  • Loading branch information
jaroshevskii committed Mar 2, 2024
1 parent f863141 commit 5dc06d7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@ Xcode に Swift Packages を追加する詳細については、[Hacking with Sw

```swift
let package = Package(
// name, platforms, products, など
// name, platforms, products, など
dependencies: [
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.0.0"),
.package(url: "https://github.com/jaroshevskii/swift-ice-cream-sandwich.git", from: "1.0.0"),
],
targets: [
.target(
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ For more information on adding Swift Packages to Xcode, you can read the [Hackin
let package = Package(
// name, platforms, products, etc.
dependencies: [
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.0.0"),
.package(url: "https://github.com/jaroshevskii/swift-ice-cream-sandwich.git", from: "1.0.0"),
],
targets: [
.target(
Expand Down
2 changes: 1 addition & 1 deletion README.uk.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ if integerSandwich.isIceCreamSandwich {
let package = Package(
// name, platforms, products і т.д.
dependencies: [
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.0.0"),
.package(url: "https://github.com/jaroshevskii/swift-ice-cream-sandwich.git", from: "1.0.0"),
],
targets: [
.target(
Expand Down

0 comments on commit 5dc06d7

Please sign in to comment.