Skip to content

Commit b9e1a95

Browse files
committed
Fix typo. Clarify multiplatform use.
1 parent f4aa582 commit b9e1a95

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ github "NeoTeo/swift-ipfs-api"
1818
- To fetch and build the dependencies, type:
1919
```carthage update --no-use-binaries --platform Mac```
2020

21+
or
22+
23+
```carthage update --no-use-binaries --platform iOS```
24+
2125
For more information on how to install via Carthage see the [README](https://github.com/Carthage/Carthage#adding-frameworks-to-an-application)
2226

2327
## Usage
@@ -58,7 +62,7 @@ try! api.refs(multihash, recursive: false) {
5862
print(b58String(mh))
5963
}
6064

61-
dispatch_group_leave(dispatchGroup)
65+
dispatch_group_leave(group)
6266
}
6367

6468
dispatch_group_wait(group, DISPATCH_TIME_FOREVER)

0 commit comments

Comments
 (0)