Skip to content

Commit f64ef95

Browse files
authored
Update README.md
update README to suggest the `.git` extension when pulling JSONAPI into a project via SPM.
1 parent ad951a7 commit f64ef95

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ If you find something wrong with this library and it isn't already mentioned und
6666
### Swift Package Manager
6767
Just include the following in your package's dependencies and add `JSONAPI` to the dependencies for any of your targets.
6868
```swift
69-
.package(url: "https://github.com/mattpolzin/JSONAPI", from: "4.0.0")
69+
.package(url: "https://github.com/mattpolzin/JSONAPI.git", from: "4.0.0")
7070
```
7171

7272
### Xcode project

0 commit comments

Comments
 (0)