Skip to content

Commit 6da5f6c

Browse files
committed
Update documentation
1 parent a0e20f1 commit 6da5f6c

File tree

2 files changed

+23
-12
lines changed

2 files changed

+23
-12
lines changed

README.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,15 @@
77
<img src="https://img.shields.io/badge/swift-6.0-orange.svg" alt="Swift 6.0" />
88
<img src="https://img.shields.io/badge/platform-SwiftUI-blue.svg" alt="Swift UI" title="Swift UI" />
99
<a href="https://danielsaidi.github.io/SystemNotification"><img src="https://img.shields.io/badge/documentation-web-blue.svg" alt="Documentation" /></a>
10-
<img src="https://img.shields.io/github/license/danielsaidi/SystemNotification" alt="MIT License" />
10+
<a href="https://github.com/danielsaidi/SystemNotification/blob/master/LICENSE"><img src="https://img.shields.io/github/license/danielsaidi/SystemNotification" alt="MIT License" /></a>
11+
<a href="https://github.com/sponsors/danielsaidi"><img src="https://img.shields.io/badge/sponsor-GitHub-red.svg" alt="Sponsor my work" /></a>
1112
</p>
1213

1314

1415

1516
# SystemNotification
1617

17-
SystemNotification is a SwiftUI SDK that lets you mimic the native iOS system notification that are presented when you toggle silent mode, connect your AirPods, etc.
18+
SystemNotification is a SwiftUI library that lets you mimic the native iOS system notification that is presented when you toggle silent mode, connect your AirPods, etc.
1819

1920
<p align="center">
2021
<img src="Resources/Demo.gif" width=400 />
@@ -33,6 +34,11 @@ https://github.com/danielsaidi/SystemNotification.git
3334
```
3435

3536

37+
## Support My Work
38+
39+
You can [become a sponsor][Sponsors] to help me dedicate more time on my various [open-source tools][OpenSource]. Every contribution, no matter the size, makes a real difference in keeping these tools free and actively developed.
40+
41+
3642

3743
## Getting started
3844

@@ -114,14 +120,6 @@ The `Demo` folder has an app that lets you explore the library.
114120

115121

116122

117-
## Support my work
118-
119-
You can [sponsor me][Sponsors] on GitHub Sponsors or [reach out][Email] for paid support, to help support my [open-source projects][OpenSource].
120-
121-
Your support makes it possible for me to put more work into these projects and make them the best they can be.
122-
123-
124-
125123
## Contact
126124

127125
Feel free to reach out if you have questions, or want to contribute in any way:

Sources/SystemNotification/SystemNotification.docc/SystemNotification.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# ``SystemNotification``
22

3-
SystemNotification is a SwiftUI SDK that lets you mimic the native iOS system notification.
3+
SystemNotification is a SwiftUI library that lets you mimic the native iOS system notification.
44

55

66

77
## Overview
88

99
![SystemNotification logo](Logo.png)
1010

11-
SystemNotification is a SwiftUI SDK that lets you mimic the native iOS system notification that are presented when you toggle silent mode, connect your AirPods, etc.
11+
SystemNotification is a SwiftUI library that lets you mimic the native iOS system notification that is presented when you toggle silent mode, connect your AirPods, etc.
1212

1313
System notifications can be styled and customized. You can use a native-looking ``SystemNotificationMessage`` view as the content view, or any custom view.
1414

@@ -23,6 +23,11 @@ https://github.com/danielsaidi/SystemNotification.git
2323
```
2424

2525

26+
## Support My Work
27+
28+
You can [become a sponsor][Sponsors] to help me dedicate more time on my various [open-source tools][OpenSource]. Every contribution, no matter the size, makes a real difference in keeping these tools free and actively developed.
29+
30+
2631

2732
## Getting started
2833

@@ -64,3 +69,11 @@ SystemNotification is available under the MIT license.
6469
- ``SystemNotificationMessageStyle``
6570
- ``SystemNotificationStyle``
6671
- ``SystemNotificationUIKitOverlay``
72+
73+
74+
75+
[Email]: mailto:daniel.saidi@gmail.com
76+
[Website]: https://danielsaidi.com
77+
[GitHub]: https://github.com/danielsaidi
78+
[OpenSource]: https://danielsaidi.com/opensource
79+
[Sponsors]: https://github.com/sponsors/danielsaidi

0 commit comments

Comments
 (0)