From 0cf84f2fcd703d5ba6ede899fa99eb2c1d7b738e Mon Sep 17 00:00:00 2001 From: Aris Sarris Date: Tue, 17 Aug 2021 19:29:57 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5831025..78f5ab7 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,6 @@ defaults.cleanup(Key.self) If `case notificationShown` is removed, then the next time `defaults.cleanup(Key.self)` runs, the value will be removed from UserDefaults. - #Caution + # Caution Always use the same enum, using a different one for cleanup() will cause all the other values to be deleted.