Skip to content
This repository was archived by the owner on Jan 2, 2025. It is now read-only.

Commit 2eb4d71

Browse files
committed
- Changed Screenshot-Size in Readme
1 parent a59ad08 commit 2eb4d71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ ExportManager.toCSVDocument(people) { result in
105105

106106
To save the generated file from your SwiftUI-App in the file system, you need to use the `fileExporter()`-Modifier and reference the generated `CSVDocument` by calling `ExportManager.toCSVDocument(:_)`
107107

108-
<img src="assets/save_macos.jpeg" width="120">
108+
<img src="assets/save_macos.jpeg" width="300">
109109

110110
```Swift
111111
struct ContentView: View {
@@ -149,7 +149,7 @@ struct ContentView: View {
149149

150150
For sharing and saving the file in your UIKit-App, you can use our `.share(:_)`-Function from any `UIViewController`. It creates and opens automatically an `UIActivityViewController`.
151151

152-
<img src="assets/sharesheet_uikit.jpeg" width="120">
152+
<img src="assets/sharesheet_uikit.jpeg" width="300">
153153

154154
```Swift
155155
class ViewController: UIViewController {

0 commit comments

Comments
 (0)