Skip to content

Commit 8cd9cdc

Browse files
authored
Merge pull request #40 from swifthing/patch-1
Update README.md: fix typo
2 parents ccd28fd + 5a679ab commit 8cd9cdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ Button("Show alert") {
193193
message: "Alert message",
194194
duration: 2.0,
195195
dismissOnTap: false,
196-
present: .custom(UIImage(systemName: "heart")!),
196+
preset: .custom(UIImage(systemName: "heart")!),
197197
haptic: .success,
198198
layout: .init(),
199199
completion: {

0 commit comments

Comments
 (0)