Skip to content

Commit 1434db9

Browse files
authored
Update README.md
1 parent 0e33879 commit 1434db9

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

README.md

+2-5
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,10 @@
55
</p>
66
<p align="center">
77
<strong>typed-notifications</strong><br>
8-
This library attaches type-information to NotificationCenter.
8+
This library attaches type-information to NotificationCenter.<br/>
9+
You can post and observe notifications in a type-safe manner.
910
</p>
1011

11-
12-
This library attaches type-information to `NotificationCenter`.
13-
You can post and observe notifications in a type-safe manner.
14-
1512
```swift
1613
TypedNotificationCenter.default
1714
.publisher(for: .userNameUpdate, object: user)

0 commit comments

Comments
 (0)