From f9a5ed3d85be794352707f35ce2f318b3c1e77e0 Mon Sep 17 00:00:00 2001 From: Sven Tiigi Date: Fri, 30 Dec 2022 10:49:34 +0100 Subject: [PATCH] Updated ReadMe --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 164c976..265d285 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ If you prefer not to use any of the aforementioned dependency managers, you can The `@Validated` attribute allows you to specify a validation alongside to the declaration of your property. -> ☝️ @Validated supports SwiftUI View updates and will basically work the same way as @State does. +> **Note**: @Validated supports SwiftUI View updates and will basically work the same way as @State does. ```swift @Validated(!.isEmpty)