Skip to content

Commit 7401789

Browse files
committed
Fix GitHub URL in installation instructions
1 parent df107f9 commit 7401789

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
@@ -43,7 +43,7 @@ Add to your `Package.swift`:
4343

4444
```swift
4545
dependencies: [
46-
.package(url: "https://github.com/yourusername/snappy-swift.git", from: "1.0.0")
46+
.package(url: "https://github.com/codelynx/snappy-swift.git", from: "1.0.0")
4747
]
4848
```
4949

0 commit comments

Comments
 (0)