Skip to content

Commit e59bbae

Browse files
Use spaces in readme
1 parent fffb1e4 commit e59bbae

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@ Add `swift-scoped-file-path` as a dependency to your package:
88

99
```swift
1010
let package = Package(
11-
// ...
12-
dependencies: [
13-
.package(url: "https://github.com/Formkunft/swift-scoped-file-path", .upToNextMajor(from: "0.2.0")),
14-
],
15-
targets: [
16-
.target(
17-
// ...
18-
dependencies: [
19-
.product(name: "ScopedFilePath", package: "swift-scoped-file-path"),
20-
]),
21-
]
11+
// ...
12+
dependencies: [
13+
.package(url: "https://github.com/Formkunft/swift-scoped-file-path", .upToNextMajor(from: "0.2.0")),
14+
],
15+
targets: [
16+
.target(
17+
// ...
18+
dependencies: [
19+
.product(name: "ScopedFilePath", package: "swift-scoped-file-path"),
20+
]),
21+
]
2222
)
2323
```
2424

0 commit comments

Comments
 (0)