From 5913b25674478cd81258653f56f6a0bcb5c6af4b Mon Sep 17 00:00:00 2001 From: Sergey Popov Date: Tue, 11 Oct 2022 07:26:11 +0300 Subject: [PATCH] Updated readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2d84680..1cfc9cf 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ - [Usage](#usage) - [License](#license) +`Settings` is a wrapper above UserDefaults. It allows to work with UserDefaults in swift way. It also provides ability to observe changes. + ## Requirements - iOS 11.0+