Skip to content
This repository was archived by the owner on Nov 19, 2023. It is now read-only.

Commit 3f2db34

Browse files
authored
Update README.md
1 parent 583e3a2 commit 3f2db34

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Add the following dependancy to your `Package.swift` file:
2626

2727
```swift
2828
dependencies: [
29-
.package(url: "https://github.com/hamishknight/JSONFragmentDecoding.git", from: "0.1.0")
29+
.package(url: "https://github.com/hamishknight/JSON-Fragment-Decoding.git", from: "0.1.0")
3030
],
3131
```
3232

@@ -36,7 +36,7 @@ and then add the dependancy to any targets that need to use it:
3636
targets: [
3737
.target(
3838
name: "SomeTarget",
39-
dependencies: ["JSONFragmentDecoding"]),
39+
dependencies: ["JSON-Fragment-Decoding"]),
4040
]
4141
```
4242

@@ -45,5 +45,5 @@ targets: [
4545
Add the following to your `Cartfile`:
4646

4747
```swift
48-
github "hamishknight/JSONFragmentDecoding" ~> 0.1
48+
github "hamishknight/JSON-Fragment-Decoding" ~> 0.1
4949
```

0 commit comments

Comments
 (0)