Update README.md

This commit is contained in:
Jungpyo Hong 2021-07-04 22:34:42 -05:00 committed by GitHub
parent edaf56d5b2
commit 2bf09d182c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,7 +54,7 @@ Feel free to fork this repository and pull requests!!
- [JSON](#JSON) - [JSON](#JSON)
- [JSONDecoder](#JSONDecoder) - [JSONDecoder](#JSONDecoder)
- [JSONSerialization](#JSONSerialization) - [JSONSerialization](#JSONSerialization)
- [Notification Center](#Nofitication-Center) - [Notification Center](#Notification-Center)
- [UserDefaults](#UserDefaults) - [UserDefaults](#UserDefaults)
- [How to find documentDirectory](#How-to-find-documentDirectory) - [How to find documentDirectory](#How-to-find-documentDirectory)
- [Store Object](#Store-Object) - [Store Object](#Store-Object)
@ -686,6 +686,9 @@ This library provide JSON parsing
## Notification Center ## 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 ## UserDefaults