From 35cd68fb3f1db6abfe836e0d35810514457e8ddc Mon Sep 17 00:00:00 2001 From: Enes Karaosman Date: Sun, 14 Apr 2024 15:30:30 +0300 Subject: [PATCH] docs: add link to example project --- Readme.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Readme.md b/Readme.md index b0f6be4..9fbcef2 100644 --- a/Readme.md +++ b/Readme.md @@ -26,6 +26,12 @@ --- +See example project + +[Example](Example/Example) + +--- + - Annotate any struct, class or enum with `@LoremSwiftify` Then use `StructName.lorem()` or `ClassName.lorem()` or `EnumName.lorem()`. Basically `.lorem()` everywhere :)