Skip to content

Commit

Permalink
.git fix
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixHerrmann committed Aug 9, 2020
1 parent 1a14e36 commit 131d292
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ let package = Package(
],
dependencies: [
// Dependencies declare other packages that this package depends on.
.package(url: "https://github.com/FelixHerrmann/FHExtensions", from: "1.1.1"),
.package(url: "https://github.com/FelixHerrmann/FHExtensions.git", from: "1.1.1"),
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ UITableViewController and UICollectionViewController based on a DiffableDataSour
Add the following to the dependencies of your `Package.swift`:

```swift
.package(url: "https://github.com/FelixHerrmann/FHDiffableViewControllers", from: "x.x.x")
.package(url: "https://github.com/FelixHerrmann/FHDiffableViewControllers.git", from: "x.x.x")
```

### Manual
Expand Down

0 comments on commit 131d292

Please sign in to comment.