From 7ab0824d79d88004841e2eb579afee0175d3a3b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Wiszenko?= <16039496+pawello2222@users.noreply.github.com> Date: Tue, 25 May 2021 22:01:22 +0200 Subject: [PATCH] Update README.md --- README.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9bc7b05..9d1ca89 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,16 @@ -![Language: Swift](https://img.shields.io/badge/language-swift-orange.svg) -![Framework: SwiftUI](https://img.shields.io/badge/framework-swiftui-brightgreen.svg) +

+ Language + Supported Platform + Release version + License +

+
# Widget Examples A demo project showcasing different types of Widgets created with SwiftUI and WidgetKit. -# Contents +## Contents ### [AppGroup Widget](https://github.com/pawello2222/WidgetExamples/tree/main/WidgetExtension/AppGroupWidget) @@ -59,3 +64,6 @@ A Widget that displays an Image downloaded from an external URL. Some examples depend on the App Group capability (e.g., [AppGroup Widget](https://github.com/pawello2222/WidgetExamples/tree/main/WidgetExtension/AppGroupWidget)) or integrate with the main App (e.g., [Preview Widget](https://github.com/pawello2222/WidgetExamples/tree/main/WidgetExtension/PreviewWidget)), so it's recommended to download the whole project to keep the configuration intact. +## License + +Widget Examples project is available under the MIT license. See the [LICENSE](https://github.com/pawello2222/WidgetExamples/blob/main/LICENSE) file for more info.