Skip to content

Commit 26e5841

Browse files
authored
Update target configuration in README (#3)
1 parent d629255 commit 26e5841

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,12 @@ dependencies: [
2222
Then add the dependency to your target:
2323

2424
```swift
25-
.target(name: "MyApp", dependencies: ["Pinata"])
25+
.target(
26+
name: "YourApp",
27+
dependencies: [
28+
.product(name: "Pinata", package: "swift-pinata")
29+
]
30+
)
2631
```
2732

2833
## Usage

0 commit comments

Comments
 (0)