Skip to content

Commit 5809a24

Browse files
committed
Update README.md
1 parent 7132361 commit 5809a24

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,12 @@ I tried to recreate Apple's alerts as much as possible. You can find these alert
88
For run alert just call this:
99

1010
```swift
11-
AlertKitAPI.present(title: "Added to Library", icon: .done, style: .iOS17AppleMusic, haptic: .success)
11+
AlertKitAPI.present(
12+
title: "Added to Library",
13+
icon: .done,
14+
style: .iOS17AppleMusic,
15+
haptic: .success
16+
)
1217
```
1318

1419
Available 2 styles:

0 commit comments

Comments
 (0)