Skip to content

Commit 971daa2

Browse files
authored
Update README.md
1 parent 1434db9 commit 971daa2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@
55
</p>
66
<p align="center">
77
<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.
8+
This library attaches type-information to NotificationCenter.
109
</p>
1110

11+
## Example
12+
You can post and observe notifications in a type-safe manner.
1213
```swift
1314
TypedNotificationCenter.default
1415
.publisher(for: .userNameUpdate, object: user)

0 commit comments

Comments
 (0)