Skip to content

Commit d76ced2

Browse files
authored
Added Swift Package Index links (#3)
1 parent 664fd02 commit d76ced2

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
# Publishable
22

3-
![Swift](https://img.shields.io/badge/Swift-6.0-EF5239?logo=swift&labelColor=white)
3+
[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2FNSFatalError%2FPublishable%2Fbadge%3Ftype%3Dswift-versions)](https://swiftpackageindex.com/NSFatalError/Publishable)
4+
[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2FNSFatalError%2FPublishable%2Fbadge%3Ftype%3Dplatforms)](https://swiftpackageindex.com/NSFatalError/Publishable)
45
[![Codecov](https://codecov.io/github/NSFatalError/Publishable/graph/badge.svg?token=axMe8BnuvB)](https://codecov.io/github/NSFatalError/Publishable)
56

67
Synchronous observation of `Observable` changes through `Combine`
78

89
#### Contents
910
- [What Problem Publishable Solves?](#what-problem-publishable-solves)
1011
- [How Publishable Works?](#how-publishable-works)
12+
- [Documentation](#documentation)
1113
- [Installation](#installation)
1214

1315
## What Problem Publishable Solves?
@@ -71,6 +73,10 @@ It relies solely on well-understood behaviors of Swift and its public APIs.
7173

7274
This approach has been carefully tested and verified to work with both `Observable` and `SwiftData.Model` macros.
7375

76+
## Documentation
77+
78+
[Full documentation is available on the Swift Package Index.](https://swiftpackageindex.com/NSFatalError/Publishable/documentation/publishable)
79+
7480
## Installation
7581

7682
```swift

0 commit comments

Comments
 (0)