From 6f8da01341ef8da4d92cf5c5121b379189f16a23 Mon Sep 17 00:00:00 2001 From: Alexander Romanov Date: Sat, 6 May 2023 17:27:38 +0300 Subject: [PATCH] Add DocC Link --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f192e5e..208c091 100644 --- a/README.md +++ b/README.md @@ -141,6 +141,7 @@ TextField("Text", text: $placeholder)) } ``` +More information on in the [DocC documentation](https://oversizedev.github.io/OversizeUI/documentation/oversizeui/) #### Swift Lint This project uses [SwiftLint](https://github.com/realm/SwiftLint) to automatically lint our Swift code for common errors. Please install it when developing in this repo by following the [SwiftLint Installation Instructions](https://realm.github.io/SwiftLint/).