Skip to content

Commit 4b444d1

Browse files
committed
readme update
1 parent 98d1605 commit 4b444d1

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

README.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CombineDataSources
22

3-
<p align="center">
3+
<p>
44
<a href="https://github.com/apple/swift-package-manager" target="_blank"><img src="https://img.shields.io/badge/Swift%20Package%20Manager-compatible-brightgreen.svg" alt="CombineDataSources supports Swift Package Manager (SPM)"></a>
55
<img src="https://img.shields.io/badge/platforms-iOS%2013.0-333333.svg" />
66
</p>
@@ -55,3 +55,21 @@ data
5555
.receive(subscriber: tableView.sectionsSubscriber(controller))
5656
```
5757

58+
## Installation
59+
60+
### Swift Package Manager
61+
62+
Add the following dependency to your **Package.swift** file:
63+
64+
```swift
65+
.package(url: "https://github.com/combineopensource/CombineDataSources, from: "0.2")
66+
```
67+
## License
68+
69+
CombineOpenSource is available under the MIT license. See the LICENSE file for more info.
70+
71+
## Credits
72+
73+
Created by Marin Todorov for [CombineOpenSource](https://github.com/combineopensource).
74+
75+
Inspired by [RxDataSources](https://github.com/RxSwiftCommunity/RxDataSources) and [RxRealmDataSources](https://github.com/RxSwiftCommunity/RxRealmDataSources).

0 commit comments

Comments
 (0)