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