From 4c2a78a714aae1e47d076ed8576bcaf2a7e7e487 Mon Sep 17 00:00:00 2001 From: Ivan Vorobei Date: Sun, 5 Nov 2023 20:22:05 +0300 Subject: [PATCH] Update link to AlertKit. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 41c940f..c6906e4 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ See this This is a library with a `toast` and `alert` method for showing ephemeral UI. On iOS, it wraps [`SPIndicator`](https://github.com/ivanvorobei/SPIndicator) and -[`SPAlert`](https://github.com/ivanvorobei/SPAlert). +[`AlertKit`](https://github.com/sparrowcode/AlertKit). On Android, it wraps `ToastAndroid` from `react-native`. `Burnt.alert()` falls back to `Burnt.toast()` on Android. This may change in a future version.