Skip to content

Commit 0f3b55c

Browse files
Add additional installation information to readme (#12)
1 parent 784bbe3 commit 0f3b55c

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,28 @@ func inserting(@Builder elements: () -> Self) -> Self
6161

6262
## Installation
6363

64-
**Swift Package Manager Dependency**
64+
### Swift Package Manager
65+
66+
**Package Dependency**
6567

6668
> Replace `<version>` with the desired minimum version.
6769
6870
```swift
6971
.package(url: "https://github.com/Tinder/CollectionBuilders.git", from: "<version>")
7072
```
7173

74+
**Target Dependency**
75+
76+
```
77+
"CollectionBuilders"
78+
```
79+
80+
### Swift Package Collection
81+
82+
```swift
83+
https://swiftpackageindex.com/Tinder/collection.json
84+
```
85+
7286
## Supported Types
7387

7488
The `Array` and `Set` result builders may be used with any `Element` type.

0 commit comments

Comments
 (0)