From 2bf09d182cd76f86d4961a526b213d858174cad2 Mon Sep 17 00:00:00 2001 From: Jungpyo Hong Date: Sun, 4 Jul 2021 22:34:42 -0500 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d71318f..fb816d9 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ Feel free to fork this repository and pull requests!! - [JSON](#JSON) - [JSONDecoder](#JSONDecoder) - [JSONSerialization](#JSONSerialization) -- [Notification Center](#Nofitication-Center) +- [Notification Center](#Notification-Center) - [UserDefaults](#UserDefaults) - [How to find documentDirectory](#How-to-find-documentDirectory) - [Store Object](#Store-Object) @@ -686,6 +686,9 @@ This library provide JSON parsing ## Notification Center +A notification dispatch mechanism that enables the broadcast of information to registered observers. + +[NotificationCenter Apple Document](https://developer.apple.com/documentation/foundation/notificationcenter) ## UserDefaults