Skip to content

Commit aab7804

Browse files
authored
Add package name in the example (#357)
1 parent f676cd4 commit aab7804

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ If you want to use SnapshotTesting in any other project that uses [SwiftPM](http
143143

144144
```swift
145145
dependencies: [
146-
.package(url: "https://github.com/pointfreeco/swift-snapshot-testing.git", from: "1.8.0"),
146+
.package(name: "SnapshotTesting", url: "https://github.com/pointfreeco/swift-snapshot-testing.git", from: "1.8.0"),
147147
]
148148
```
149149

0 commit comments

Comments
 (0)