Skip to content

Commit bb004e1

Browse files
authored
Update dependency URL for GenericCollectionViewKit
1 parent d7dd019 commit bb004e1

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
@@ -252,7 +252,7 @@ let collectionView = UICollectionView(frame: .zero, collectionViewLayout: layout
252252
```swift
253253

254254
dependencies: [
255-
.package(url: "https://github.com/yourusername/GenericCollectionView.git", from: "0.0.2")
255+
.package(url: "https://github.com/engingulek/GenericCollectionViewKit.git", from: "0.0.2")
256256
]
257257

258258
```

0 commit comments

Comments
 (0)