We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1434db9 commit 971daa2Copy full SHA for 971daa2
README.md
@@ -5,10 +5,11 @@
5
</p>
6
<p align="center">
7
<strong>typed-notifications</strong><br>
8
- This library attaches type-information to NotificationCenter.<br/>
9
- You can post and observe notifications in a type-safe manner.
+ This library attaches type-information to NotificationCenter.
10
11
+## Example
12
+You can post and observe notifications in a type-safe manner.
13
```swift
14
TypedNotificationCenter.default
15
.publisher(for: .userNameUpdate, object: user)
0 commit comments