From 45b51632d5d1d79379100c742df36f82c6a35a1a Mon Sep 17 00:00:00 2001 From: Mahdi Bahrami Date: Thu, 18 Jul 2024 17:30:37 +0330 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 5a1295c..4869c0f 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,9 @@ It's rather simple. ## Examples +> [!NOTE] +> The below examples will get more complicated slowly but surely. + ### Derive Case Names ```swift @Enumerator(""" @@ -248,6 +251,9 @@ enum TestEnum { ### Create Functions For Each Case +
+ Click to expand + ```swift @Enumerator(""" {{#cases}} @@ -296,6 +302,8 @@ enum TestEnum { } ``` +
+ ### Using Comments For Code Generation > [!TIP]