From 0d42a6b27ddd408a525eb25b0821e2971027abba Mon Sep 17 00:00:00 2001 From: Stef Kors Date: Fri, 27 Oct 2023 11:05:42 +0200 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 461709f..3e1ee81 100644 --- a/README.md +++ b/README.md @@ -50,3 +50,8 @@ let output = input.summarize(numberOfSentences: 1) print(output) // Because the people who are crazy enough to think they can change the world, are the ones who do ``` + +A full SwiftUI code example can be found at [/Example/ExampleSwiftUI.swift](https://github.com/StefKors/SwiftSummarize/blob/main/Example/ExampleSwiftUI.swift) + +![preview](https://github.com/StefKors/SwiftSummarize/assets/11800807/c3000422-0dbe-41f4-9cc4-7b85afec087f) +